Idioma

ContentInfo.SourceAutofill Campo

Definição

Cuidado

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

Especifica que a operação foi disparada pela estrutura de preenchimento automático.

[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

Valor do campo

Value = 4

Implementações

Atributos

Comentários

Especifica que a operação foi disparada pela estrutura de preenchimento automático. Consulte https://developer.android.com/guide/topics/text/autofill para obter mais informações.

Java documentação para android.view.ContentInfo.SOURCE_AUTOFILL.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a