D1DisplayTextField

public class D1DisplayTextField : D1CDisplayTextField

This represents the secure text field instance for secure text entry. This class is inherited from UITextField.

Since

2.1.0
  • Copies the text into system clipboard. For security reason, the text is available only on local device ( no Handoff feature ) and has expiry date of 120 seconds.

    Warning

    The clipboard is accessible system wide. Thus, the sensitive data copied (for example, PAN and CVV) will be accessible to other apps. Hence, it is not recommended to use it on CVV or the expiration date.

    Declaration

    Swift

    override public func insecureCopyToClipboard()