次の方法で共有


MediaRoute2ProviderService.NotifySessionUpdated(RoutingSessionInfo) Method

Definition

Notifies the existing session is updated.

[Android.Runtime.Register("notifySessionUpdated", "(Landroid/media/RoutingSessionInfo;)V", "", ApiSince=30)]
public void NotifySessionUpdated (Android.Media.RoutingSessionInfo sessionInfo);
[<Android.Runtime.Register("notifySessionUpdated", "(Landroid/media/RoutingSessionInfo;)V", "", ApiSince=30)>]
member this.NotifySessionUpdated : Android.Media.RoutingSessionInfo -> unit

Parameters

sessionInfo
RoutingSessionInfo
Attributes

Remarks

Notifies the existing session is updated. For example, when RoutingSessionInfo#getSelectedRoutes() selected routes are changed.

Java documentation for android.media.MediaRoute2ProviderService.notifySessionUpdated(android.media.RoutingSessionInfo).

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