STPThreeDSCustomizationButtonType
@objc
public enum STPThreeDSCustomizationButtonType : Int
An enum that defines the different types of buttons that are able to be customized.
-
The submit button type.
Declaration
Swift
case submit = 0
-
The continue button type.
Declaration
Swift
case `continue` = 1
-
The next button type.
Declaration
Swift
case next = 2
-
The cancel button type.
Declaration
Swift
case cancel = 3
-
The resend button type.
Declaration
Swift
case resend = 4