View.AutofillHintCreditCardExpirationYear Field

Definition

Hint indicating that this view can be autofilled with a credit card expiration year.

[Android.Runtime.Register("AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR", ApiSince=26)]
public const string AutofillHintCreditCardExpirationYear;
[<Android.Runtime.Register("AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR", ApiSince=26)>]
val mutable AutofillHintCreditCardExpirationYear : string

Field Value

Attributes

Remarks

Hint indicating that this view can be autofilled with a credit card expiration year.

Can be used with either #setAutofillHints(String[]) or <c>android:autofillHint</c> (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR}).

See #setAutofillHints(String...) for more info about autofill hints.

Java documentation for android.view.View.AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR.

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.

Applies to