Share via


AppSearchException.ToAppSearchResult Method

Definition

Converts this java.lang.Exception into a failed AppSearchResult.

[Android.Runtime.Register("toAppSearchResult", "()Landroid/app/appsearch/AppSearchResult;", "GetToAppSearchResultHandler", ApiSince=31)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public virtual Android.App.AppSearch.AppSearchResult ToAppSearchResult ();
[<Android.Runtime.Register("toAppSearchResult", "()Landroid/app/appsearch/AppSearchResult;", "GetToAppSearchResultHandler", ApiSince=31)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
abstract member ToAppSearchResult : unit -> Android.App.AppSearch.AppSearchResult
override this.ToAppSearchResult : unit -> Android.App.AppSearch.AppSearchResult

Returns

Attributes

Remarks

Java documentation for android.app.appsearch.exceptions.AppSearchException.toAppSearchResult().

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