SAPPassportObserverConfigurationStep

open class SAPPassportObserverConfigurationStep : SimpleTaskStep

Instantiates an OnboardingStep capable of registering the SAPPassportObserver 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:

sapURLSession.register(SAPPassportObserver())
  • Instantiates an OnboardingStep capable of registering the SAPPassportObserver 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:

    sapURLSession.register(SAPPassportObserver())
    

    Declaration

    Swift

    public init()