MediaBrowser.SubscriptionCallback.OnChildrenLoaded Method

Definition

Overloads

OnChildrenLoaded(String, IList<MediaBrowser.MediaItem>)

Called when the list of children is loaded or updated.

OnChildrenLoaded(String, IList<MediaBrowser.MediaItem>, Bundle)

Called when the list of children is loaded or updated.

OnChildrenLoaded(String, IList<MediaBrowser.MediaItem>)

Called when the list of children is loaded or updated.

[Android.Runtime.Register("onChildrenLoaded", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnChildrenLoaded_Ljava_lang_String_Ljava_util_List_Handler")]
public virtual void OnChildrenLoaded (string parentId, System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> children);
[<Android.Runtime.Register("onChildrenLoaded", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnChildrenLoaded_Ljava_lang_String_Ljava_util_List_Handler")>]
abstract member OnChildrenLoaded : string * System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> -> unit
override this.OnChildrenLoaded : string * System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> -> unit

Parameters

parentId
String

The media id of the parent media item.

children
IList<MediaBrowser.MediaItem>

The children which were loaded.

Attributes

Remarks

Called when the list of children is loaded or updated.

Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>).

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

OnChildrenLoaded(String, IList<MediaBrowser.MediaItem>, Bundle)

Called when the list of children is loaded or updated.

[Android.Runtime.Register("onChildrenLoaded", "(Ljava/lang/String;Ljava/util/List;Landroid/os/Bundle;)V", "GetOnChildrenLoaded_Ljava_lang_String_Ljava_util_List_Landroid_os_Bundle_Handler", ApiSince=24)]
public virtual void OnChildrenLoaded (string parentId, System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> children, Android.OS.Bundle options);
[<Android.Runtime.Register("onChildrenLoaded", "(Ljava/lang/String;Ljava/util/List;Landroid/os/Bundle;)V", "GetOnChildrenLoaded_Ljava_lang_String_Ljava_util_List_Landroid_os_Bundle_Handler", ApiSince=24)>]
abstract member OnChildrenLoaded : string * System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> * Android.OS.Bundle -> unit
override this.OnChildrenLoaded : string * System.Collections.Generic.IList<Android.Media.Browse.MediaBrowser.MediaItem> * Android.OS.Bundle -> unit

Parameters

parentId
String

The media id of the parent media item.

children
IList<MediaBrowser.MediaItem>

The children which were loaded.

options
Bundle

The bundle of service-specific arguments sent to the media browser service. The contents of this bundle may affect the information returned when browsing.

Attributes

Remarks

Called when the list of children is loaded or updated.

Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>, android.os.Bundle).

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