Compartir a través de


AppSearchSchema.LongPropertyConfig.IndexingTypeNone Field

Definition

Caution

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

Content in this property will not be indexed.

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

Field Value

Value = 0
Attributes

Remarks

Content in this property will not be indexed.

Java documentation for android.app.appsearch.AppSearchSchema.LongPropertyConfig.INDEXING_TYPE_NONE.

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