IBatchResultCallback.OnResult(AppSearchBatchResult) 方法

定义

在结果准备就绪时 AppSearchBatchResult 调用。

[Android.Runtime.Register("onResult", "(Landroid/app/appsearch/AppSearchBatchResult;)V", "GetOnResult_Landroid_app_appsearch_AppSearchBatchResult_Handler:Android.App.AppSearch.IBatchResultCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnResult (Android.App.AppSearch.AppSearchBatchResult result);
[<Android.Runtime.Register("onResult", "(Landroid/app/appsearch/AppSearchBatchResult;)V", "GetOnResult_Landroid_app_appsearch_AppSearchBatchResult_Handler:Android.App.AppSearch.IBatchResultCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnResult : Android.App.AppSearch.AppSearchBatchResult -> unit

参数

result
AppSearchBatchResult

执行的请求的结果。

属性

注解

适用于 . 的 android.app.appsearch.BatchResultCallback.onResult(android.app.appsearch.AppSearchBatchResult<KeyType, ValueType>)Java 文档

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

适用于