MediaBrowser.SubscriptionCallback.OnChildrenLoaded 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.
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.
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.
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.