AppSearchException.ToAppSearchResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.