SAPcpmsLogSettingsApplyStep

open class SAPcpmsLogSettingsApplyStep : SimpleTaskStep

Instantiates an OnboardingStep capable of applying the SAPcpmsLogSettings parameters in the onboard / restore flow.

If you wish to use this funcionality in manual mode, you can use this one-liner instead of this class:

Logger.root.apply(sapcpmsLogSettings: <#SAPcpmsLogSettings#>)
  • Instantiates an OnboardingStep capable of applying the SAPcpmsLogSettings parameters in the onboard / restore flow.

    If you wish to use this funcionality in manual mode, you can use the following piece of code instead:

    Logger.root.apply(sapcpmsLogSettings: <#SAPcpmsLogSettings#>)
    SAPcpmsLogUploader.apply(sapcpmsLogSettings: <#SAPcpmsLogSettings#>)
    

    Declaration

    Swift

    public init(infoKey: OnboardingInfoKey = .sapcpmsLogSettings)

    Parameters

    infoKey

    the necessary SAPcpmsLogSettings must be present under this key in the OnboardingContext’s info object