Protocols

The following protocols are available globally.

  • Customization for the buttons that appear on the challenge screen.

    • Tag: ButtonCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSButtonCustomization)
    public protocol ButtonCustomization : Customization
  • Undocumented

    See more

    Declaration

    Swift

    @objc(Checkout3DSButtonCustomizations)
    public protocol ButtonCustomizations
  • A basic customization protocol providing a font and a text color. This protocol is conformed to by all customization types (see ButtonCustomization, LabelnCustomization, EntrySelectionCustomization, and ToolbarCustomization for more specific view-related customizations.)

    See more

    Declaration

    Swift

    @objc(Checkout3DSCustomization)
    public protocol Customization
  • Customization for the text field on the challenge screen, for the text one-time passcode challenge.

    • Tag: EntrySelectionCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSEntrySelectionCustomization)
    public protocol EntrySelectionCustomization : Customization
  • Customization for the footer on the challenge screen.

    • Tag: FooterCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSDefaultFooterCustomization)
    public protocol FooterCustomization : Customization
  • Customization for the labels that appear on the challenge screen.

    • Tag: LabelCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSLabelCustomization)
    public protocol LabelCustomization : Customization
  • Customization for the navigation bar on the challenge screen.

    • Tag: ToolbarCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSToolbarCustomization)
    public protocol ToolbarCustomization : Customization
  • Used to provide objects that specify user interface customizations for the 3D Secure 2 challenge screens.

    See more

    Declaration

    Swift

    @objc(Checkout3DSUICustomization)
    public protocol UICustomization
  • Customization for the footer on the challenge screen.

    • Tag: WhitelistCustomization
    See more

    Declaration

    Swift

    @objc(Checkout3DSWhitelistCustomization)
    public protocol WhitelistCustomization : Customization