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)自動入力のインスタンスをView取得でき、自動入力 View に渡される値は を介してAutofillValue#getToggleValue()フェッチできます。

android.view.View.AUTOFILL_TYPE_TOGGLEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象