UICustomization
@objc(Checkout3DSUICustomization)
public protocol UICustomization
Used to provide objects that specify user interface customizations for the 3D Secure 2 challenge screens.
-
The customization for the navigation bar on the challenge screen.
Declaration
Swift
@objc var toolbarCustomization: ToolbarCustomization { get }
-
The customization for the labels on the challenge screen.
Declaration
Swift
@objc var labelCustomization: LabelCustomization { get }
-
The customization for the text field on the challenge screen, for the text one-time passcode challenge.
Declaration
Swift
@objc var entrySelectionCustomization: EntrySelectionCustomization { get }
-
The customization for the buttons on the challenge screen.
Declaration
Swift
@objc var buttonCustomizations: ButtonCustomizations { get }
-
The customization for the footer on the challenge screen.
Declaration
Swift
@objc var footerCustomization: FooterCustomization { get }
-
The customization for whitelist on the challenge screen.
Declaration
Swift
@objc var whitelistCustomization: WhitelistCustomization { get }