View.AutofillTypeToggle 欄位

定義

警告

This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.

可切換欄位的自動填入類型,由 填入 boolean

[Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)]
public const Android.Views.AutofillType AutofillTypeToggle = 2;
[<Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)>]
val mutable AutofillTypeToggle : Android.Views.AutofillType

欄位值

Value = 2
屬性

備註

可切換欄位的自動填入類型,由 填入 boolean

AutofillValue自動填入 的實例可以透過 AutofillValue#forToggle(boolean) 取得,而傳遞至自動填入 ViewView 的值可以透過 AutofillValue#getToggleValue() 擷取。

android.view.View.AUTOFILL_TYPE_TOGGLE JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於