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
rawValueavailable values: any combination of the values of
generalonboardrestoreresetPasscode -
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 -
Present the logout presenter screen during logout flow
Declaration
Swift
public static let logout: InfoScreenPresentationOptions -
Creates
InfoScreenPresentationOptionsbased onPresentationStateDeclaration
Swift
public init(presentationState: PresentationState)Parameters
presentationStateavailable values: any combination of the values of
generalonboardrestoreresetPasscode