Loader.DeliverResult(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.
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.