Partager via


SearchSpec.TermMatchPrefix Champ

Définition

Attention

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

Les termes de requête correspondent aux jetons indexés lorsque le terme de requête est un préfixe du jeton.

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

Valeur de champ

Value = 2
Attributs

Remarques

Documentation Java pour android.app.appsearch.SearchSpec.TERM_MATCH_PREFIX.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à