Loader.RegisterListener(Int32, Loader+IOnLoadCompleteListener) Method

Definition

Registers a class that will receive callbacks when a load is complete.

[Android.Runtime.Register("registerListener", "(ILandroid/content/Loader$OnLoadCompleteListener;)V", "GetRegisterListener_ILandroid_content_Loader_OnLoadCompleteListener_Handler")]
public virtual void RegisterListener (int id, Android.Content.Loader.IOnLoadCompleteListener? listener);
[<Android.Runtime.Register("registerListener", "(ILandroid/content/Loader$OnLoadCompleteListener;)V", "GetRegisterListener_ILandroid_content_Loader_OnLoadCompleteListener_Handler")>]
abstract member RegisterListener : int * Android.Content.Loader.IOnLoadCompleteListener -> unit
override this.RegisterListener : int * Android.Content.Loader.IOnLoadCompleteListener -> unit

Parameters

id
Int32
Attributes

Remarks

Java documentation for android.content.Loader.registerListener(int, android.content.OnLoadCompleteListener).

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