SAPcpmsSessionConfigurationStep
open class SAPcpmsSessionConfigurationStep : SimpleTaskStep
Instantiates an OnboardingStep capable of registering the SAPcpmsObserver observer 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:
let sapURLSession = <#SAPURLSession#>
sapURLSession.register(<#SAPcpmsObserver#>)
-
Instantiates an OnboardingStep capable of registering the SAPcpmsObserver observer 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:
let sapURLSession = <#SAPURLSession#> sapURLSession.register(<#SAPcpmsObserver#>)
Declaration
Swift
public init(infoKey: OnboardingInfoKey = .sapcpmsSettingsParameters)
Parameters
infoKey
the necessary SAPcpmsSettingsParameters must be present under this key in the OnboardingContext’s info object