AppSearchResult.NewFailedResult(Int32, String) 方法

定义

创建新的失败 AppSearchResult

[Android.Runtime.Register("newFailedResult", "(ILjava/lang/String;)Landroid/app/appsearch/AppSearchResult;", "", ApiSince=31)]
[Java.Interop.JavaTypeParameters(new System.String[] { "ValueType" })]
public static Android.App.AppSearch.AppSearchResult NewFailedResult (int resultCode, string? errorMessage);
[<Android.Runtime.Register("newFailedResult", "(ILjava/lang/String;)Landroid/app/appsearch/AppSearchResult;", "", ApiSince=31)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "ValueType" })>]
static member NewFailedResult : int * string -> Android.App.AppSearch.AppSearchResult

参数

resultCode
Int32

记录的 AppSearchResult#getResultCode常量之一。

errorMessage
String

描述失败原因或性质的可选字符串。

返回

属性

注解

适用于 . 的 android.app.appsearch.AppSearchResult.newFailedResult(int, java.lang.String)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于