Loader.IOnLoadCompleteListener.OnLoadComplete(Loader, 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 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.
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.