IBatchResultCallback.OnResult(AppSearchBatchResult) 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.
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
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.