PresentationMode

enum PresentationMode
extension PresentationMode : Equatable, Hashable

Presentation mode defines how pay sheet will be presented in the host app

  • Default presentation mode

    Declaration

    Swift

    static let `default`: PresentationMode
  • Pay sheet will be embedded as a child of presenting view controller

    Declaration

    Swift

    case embedded
  • Pay sheet will be presented using modal view controller presentation

    Declaration

    Swift

    case modal