MediaBrowserService.OnLoadChildren 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
OnLoadChildren(String, MediaBrowserService+Result) |
Called to get information about the children of a media item. |
OnLoadChildren(String, MediaBrowserService+Result, Bundle) |
Called to get information about the children of a media item. |
OnLoadChildren(String, MediaBrowserService+Result)
Called to get information about the children of a media item.
[Android.Runtime.Register("onLoadChildren", "(Ljava/lang/String;Landroid/service/media/MediaBrowserService$Result;)V", "GetOnLoadChildren_Ljava_lang_String_Landroid_service_media_MediaBrowserService_Result_Handler")]
public abstract void OnLoadChildren (string parentId, Android.Service.Media.MediaBrowserService.Result result);
[<Android.Runtime.Register("onLoadChildren", "(Ljava/lang/String;Landroid/service/media/MediaBrowserService$Result;)V", "GetOnLoadChildren_Ljava_lang_String_Landroid_service_media_MediaBrowserService_Result_Handler")>]
abstract member OnLoadChildren : string * Android.Service.Media.MediaBrowserService.Result -> unit
Parameters
- parentId
- String
The id of the parent media item whose children are to be queried.
- result
- MediaBrowserService.Result
The Result to send the list of children to.
- Attributes
Remarks
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
OnLoadChildren(String, MediaBrowserService+Result, Bundle)
Called to get information about the children of a media item.
[Android.Runtime.Register("onLoadChildren", "(Ljava/lang/String;Landroid/service/media/MediaBrowserService$Result;Landroid/os/Bundle;)V", "GetOnLoadChildren_Ljava_lang_String_Landroid_service_media_MediaBrowserService_Result_Landroid_os_Bundle_Handler", ApiSince=24)]
public virtual void OnLoadChildren (string parentId, Android.Service.Media.MediaBrowserService.Result result, Android.OS.Bundle options);
[<Android.Runtime.Register("onLoadChildren", "(Ljava/lang/String;Landroid/service/media/MediaBrowserService$Result;Landroid/os/Bundle;)V", "GetOnLoadChildren_Ljava_lang_String_Landroid_service_media_MediaBrowserService_Result_Landroid_os_Bundle_Handler", ApiSince=24)>]
abstract member OnLoadChildren : string * Android.Service.Media.MediaBrowserService.Result * Android.OS.Bundle -> unit
override this.OnLoadChildren : string * Android.Service.Media.MediaBrowserService.Result * Android.OS.Bundle -> unit
Parameters
- parentId
- String
The id of the parent media item whose children are to be queried.
- result
- MediaBrowserService.Result
The Result to send the list of children to.
- options
- Bundle
- Attributes
Remarks
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.