SAPcpmsUserBlockedConfigurationStep

open class SAPcpmsUserBlockedConfigurationStep : SimpleTaskStep

Instantiates an OnboardingStep capable of registering the SAPcpmsUserBlockedObserver 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(<#SAPcpmsUserBlockedObserver#>)
  • Instantiates an OnboardingStep capable of registering the SAPcpmsUserBlockedObserver 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(<#SAPcpmsUserBlockedObserver#>)
    

    Declaration

    Swift

    public init(userBlockedHandler: @escaping (SAPcpmsUserBlockedError) -> Void)

    Parameters

    userBlockedHandler

    the handler passed to the SAPcpmsUserBlockedObserver instance in init