Language

AppSearchResult.ResultUnavailable Field

Definition

Caution

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

An error occurred due to AppSearch not having the necessary resources to execute the API call.

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

Field Value

Value = 14
Attributes

Remarks

An error occurred due to AppSearch not having the necessary resources to execute the API call.

Android reference for android.app.appsearch.AppSearchResult.RESULT_UNAVAILABLE.

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