IOutcomeReceiver.OnResult(Object) 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 the asynchronous operation succeeds and delivers a result value.
[Android.Runtime.Register("onResult", "(Ljava/lang/Object;)V", "GetOnResult_Ljava_lang_Object_Handler:Android.OS.IOutcomeReceiverInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnResult (Java.Lang.Object? result);
[<Android.Runtime.Register("onResult", "(Ljava/lang/Object;)V", "GetOnResult_Ljava_lang_Object_Handler:Android.OS.IOutcomeReceiverInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnResult : Java.Lang.Object -> unit
Parameters
- result
- Object
The value delivered by the asynchronous operation.
- Attributes
Remarks
Called when the asynchronous operation succeeds and delivers a result value.
Java documentation for android.os.OutcomeReceiver.onResult(R)
.
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.