Loader.IOnLoadCompleteListener.OnLoadComplete(Loader, Object) Method

Definition

Called on the thread that created the Loader when the load is complete.

[Android.Runtime.Register("onLoadComplete", "(Landroid/content/Loader;Ljava/lang/Object;)V", "GetOnLoadComplete_Landroid_content_Loader_Ljava_lang_Object_Handler:Android.Content.Loader/IOnLoadCompleteListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnLoadComplete (Android.Content.Loader? loader, Java.Lang.Object? data);
[<Android.Runtime.Register("onLoadComplete", "(Landroid/content/Loader;Ljava/lang/Object;)V", "GetOnLoadComplete_Landroid_content_Loader_Ljava_lang_Object_Handler:Android.Content.Loader/IOnLoadCompleteListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnLoadComplete : Android.Content.Loader * Java.Lang.Object -> unit

Parameters

loader
Loader

the loader that completed the load

data
Object

the result of the load

Attributes

Remarks

Called on the thread that created the Loader when the load is complete.

Java documentation for android.content.Loader.OnLoadCompleteListener.onLoadComplete(android.content.Loader<D>, 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