STPThreeDSButtonTitleStyle
@objc
public enum STPThreeDSButtonTitleStyle : Int
An enumeration of the case transformations that can be applied to the button’s title
-
Default style, doesn’t modify the title
Declaration
Swift
case `default`
-
Applies localizedUppercaseString to the title
Declaration
Swift
case uppercase
-
Applies localizedLowercaseString to the title
Declaration
Swift
case lowercase
-
Applies localizedCapitalizedString to the title
Declaration
Swift
case sentenceCapitalized