Share via


ContentInfo.SourceAutofill Field

Definition

Caution

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

Specifies that the operation was triggered by the autofill framework.

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

Field Value

Value = 4

Implements

Attributes

Remarks

Specifies that the operation was triggered by the autofill framework. See https://developer.android.com/guide/topics/text/autofill for more info.

Java documentation for android.view.ContentInfo.SOURCE_AUTOFILL.

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