Compartilhar via


AppSearchSchema.StringPropertyConfig.IndexingTypeExactTerms Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.

O conteúdo dessa propriedade só deve ser retornado para consultas que correspondem aos tokens exatos que aparecem nessa propriedade.

[Android.Runtime.Register("INDEXING_TYPE_EXACT_TERMS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.", true)]
public const Android.App.AppSearch.IndexingType IndexingTypeExactTerms = 1;
[<Android.Runtime.Register("INDEXING_TYPE_EXACT_TERMS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.", true)>]
val mutable IndexingTypeExactTerms : Android.App.AppSearch.IndexingType

Valor do campo

Value = 1
Atributos

Comentários

Documentação Java para android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS.

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

Aplica-se a