MediaBrowserService.Result.SendResult(Object) Method

Definition

Send the result back to the caller.

[Android.Runtime.Register("sendResult", "(Ljava/lang/Object;)V", "GetSendResult_Ljava_lang_Object_Handler")]
public virtual void SendResult (Java.Lang.Object? result);
[<Android.Runtime.Register("sendResult", "(Ljava/lang/Object;)V", "GetSendResult_Ljava_lang_Object_Handler")>]
abstract member SendResult : Java.Lang.Object -> unit
override this.SendResult : Java.Lang.Object -> unit

Parameters

result
Object
Attributes

Remarks

Send the result back to the caller.

Java documentation for android.service.media.MediaBrowserService.Result.sendResult(T).

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