DisplayState

public enum DisplayState : Equatable

FUICheckoutIndicatorView.DisplayState is an enum that represents the different states a FUICheckoutIndicatorView can have.

  • Checkout state: processing.

    Declaration

    Swift

    case inProgress
  • Checkout state: completed.

    Declaration

    Swift

    case completed
  • Checkout state: failed.

    Declaration

    Swift

    case failed
  • Checkout state: AI processing.

    Declaration

    Swift

    case aiProgress