Lingua

AppSearchSchema.StringPropertyConfig.TokenizerTypeRfc822 Campo

Definizione

Attenzione

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

Tokenizzazione per i messaggi di posta elettronica.

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

Valore del campo

Value = 3
Attributi

Commenti

Tokenizzazione per i messaggi di posta elettronica. Questo valore indica che i token devono essere estratti da questa proprietà in base alla struttura di posta elettronica.

Ad esempio, una proprietà con "alex.sav

per android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_RFC822.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a