다음을 통해 공유


AppSearchSchema.StringPropertyConfig.JoinableValueTypeNone Field

Definition

Caution

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

Content in this property is not joinable.

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

Field Value

Value = 0
Attributes

Remarks

Content in this property is not joinable.

Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.JOINABLE_VALUE_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