PresentationState

public enum PresentationState : Int

Represents the presentation state. Onboarding steps must specify the state on their FlowPresentationDelegateClient.

The presenters use this information to decide if they can show an info screen before the presentation.

  • general: during application run
  • onboarding: during onboarding flow
  • restoring: during restoring flow
  • During application run.

    Declaration

    Swift

    case general
  • During onboarding flow.

    Declaration

    Swift

    case onboarding
  • During restoring flow.

    Declaration

    Swift

    case restoring
  • During reset passcode flow

    Declaration

    Swift

    case resettingPasscode