SAPcpmsCorrelationConfigurationStep
open class SAPcpmsCorrelationConfigurationStep : SimpleTaskStep
Instantiates an OnboardingStep capable of registering the CorrelationObserver 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(<#CorrelationObserver#>)
-
Instantiates an OnboardingStep capable of registering the CorrelationObserver 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(<#CorrelationObserver#>)
Declaration
Swift
public init()