Share via


IBatchResultCallback.OnResult(AppSearchBatchResult) Method

Definition

Called when AppSearchBatchResult results are ready.

[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

Parameters

result
AppSearchBatchResult

The result of the executed request.

Attributes

Remarks

Java documentation for android.app.appsearch.BatchResultCallback.onResult(android.app.appsearch.AppSearchBatchResult<KeyType, ValueType>).

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