ViewStructure.SetAutofillType(AutofillType) Method

Definition

Sets the View#getAutofillType() that can be used to autofill this node.

[Android.Runtime.Register("setAutofillType", "(I)V", "GetSetAutofillType_IHandler", ApiSince=26)]
public abstract void SetAutofillType (Android.Views.AutofillType type);
[<Android.Runtime.Register("setAutofillType", "(I)V", "GetSetAutofillType_IHandler", ApiSince=26)>]
abstract member SetAutofillType : Android.Views.AutofillType -> unit

Parameters

Attributes

Remarks

Sets the View#getAutofillType() that can be used to autofill this node.

Java documentation for android.view.ViewStructure.setAutofillType(int).

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