InfoScreenPresentationOptions

public struct InfoScreenPresentationOptions : OptionSet

Set of options that determine when to present info screen.

  • Raw value of the option

    Declaration

    Swift

    public let rawValue: Int
  • Creates an option based on the rawValue

    Declaration

    Swift

    public init(rawValue: Int)

    Parameters

    rawValue

    available values: any combination of the values of general onboard restore resetPasscode

  • Present the info screen during the onboarding flow.

    Declaration

    Swift

    public static let onboard: InfoScreenPresentationOptions
  • Present the info screen during the restoring flow.

    Declaration

    Swift

    public static let restore: InfoScreenPresentationOptions
  • Present the info screen during the application run (outside the onboarding / restoring flow)

    Declaration

    Swift

    public static let general: InfoScreenPresentationOptions
  • Present the info screen during the application run during reset passcode flow

    Declaration

    Swift

    public static let resetPasscode: InfoScreenPresentationOptions
  • SAP default for info screen presentation. Will present the info screen only during the application run.

    Declaration

    Swift

    public static let `default`: InfoScreenPresentationOptions
  • Creates InfoScreenPresentationOptions based on PresentationState

    Declaration

    Swift

    public init(presentationState: PresentationState)

    Parameters

    presentationState

    available values: any combination of the values of general onboard restore resetPasscode