LanguageObserverConfigurationStep

open class LanguageObserverConfigurationStep : SimpleTaskStep

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

    Declaration

    Swift

    public init()