Loader.DeliverResult(Object) Method

Definition

Sends the result of the load to the registered listener.

[Android.Runtime.Register("deliverResult", "(Ljava/lang/Object;)V", "GetDeliverResult_Ljava_lang_Object_Handler")]
public virtual void DeliverResult (Java.Lang.Object? data);
[<Android.Runtime.Register("deliverResult", "(Ljava/lang/Object;)V", "GetDeliverResult_Ljava_lang_Object_Handler")>]
abstract member DeliverResult : Java.Lang.Object -> unit
override this.DeliverResult : Java.Lang.Object -> unit

Parameters

data
Object

the result of the load

Attributes

Remarks

Sends the result of the load to the registered listener. Should only be called by subclasses.

Must be called from the process's main thread.

Java documentation for android.content.Loader.deliverResult(D).

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