CardPINUI
public struct CardPINUI
This represents the UI component required to display the physical card PIN securely.
Since
1.1.0-
The text field to display the PIN.
Declaration
Swift
public var pinTextField: D1PINDisplayTextField?
-
Initializer to construct a CardPINUI.
Declaration
Swift
public init(pinTextField: D1PINDisplayTextField?)
Parameters
pinTextField
The text field to display the PIN securely.
-
Wipes the content of the displayed PIN.
Declaration
Swift
public func wipe()