View.AutofillHintCreditCardSecurityCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hint indicating that this view can be autofilled with a credit card security code.
[Android.Runtime.Register("AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE", ApiSince=26)]
public const string AutofillHintCreditCardSecurityCode;
[<Android.Runtime.Register("AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE", ApiSince=26)>]
val mutable AutofillHintCreditCardSecurityCode : string
Field Value
- Attributes
Remarks
Hint indicating that this view can be autofilled with a credit card security code.
Can be used with either #setAutofillHints(String[])
or <c>android:autofillHint</c> (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE}
).
See #setAutofillHints(String...)
for more info about autofill hints.
Java documentation for android.view.View.AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.