ApplicationVersionStep

public class ApplicationVersionStep : SimpleTaskStep

An OnboardingStep capable of registering the ApplicationVersionObserver in the onboard / restore flow. Use this step if you want to check if the application version is active / inactive in the mobile services.

  • Instantiates and registers an object of ApplicationVersionStep type 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(ApplicationVersionObserver())
    

    Declaration

    Swift

    public init()