View.AutofillHintPostalCode 字段

定义

指示可以使用邮政编码自动填充此视图的提示。

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

字段值

属性

注解

指示可以使用邮政编码自动填充此视图的提示。

可与任一或 c android:autofillHint</c> 一起使用(在这种情况下,该值应为 {@value #AUTOFILL_HINT_POSTAL_CODE})。><#setAutofillHints(String[])

有关自动填充提示的详细信息,请参阅 #setAutofillHints(String...)

适用于 . 的 android.view.View.AUTOFILL_HINT_POSTAL_CODEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于