Package com.thalesgroup.gemalto.d1
Class DisplayTextView
java.lang.Object
InternalDisplayTextView
com.thalesgroup.gemalto.d1.DisplayTextView
public class DisplayTextView
extends InternalDisplayTextView
Deprecated.
Deprecated wrapper for DisplayTextView.
This class delegates all functionality to the new DisplayTextView implementation.
- Since:
- 2.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDisplayTextView(Context context) Deprecated.DisplayTextView(Context context, AttributeSet attrs) Deprecated.DisplayTextView(Context context, AttributeSet attrs, int defStyleAttr) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Copy the text into system clipboard.voidwipe()Deprecated.Wipe theAppCompatTextView.getText()value
-
Constructor Details
-
DisplayTextView
Deprecated. -
DisplayTextView
Deprecated. -
DisplayTextView
Deprecated.
-
-
Method Details
-
insecureCopyToClipboard
public void insecureCopyToClipboard()Deprecated.Copy the text into system clipboard.Warning:
The clipboard is accessible system wide. Thus, the sensitive data copied (e.g. PAN, CVV) will be accessible to other apps. That's why we recommend not to use it on CVV nor expiration date.
-
wipe
public void wipe()Deprecated.Wipe theAppCompatTextView.getText()value
-
DisplayTextViewinstead.