MediaRoute2ProviderService.NotifyRoutes Method

Definition

Updates routes of the provider and notifies the system media router service.

[Android.Runtime.Register("notifyRoutes", "(Ljava/util/Collection;)V", "", ApiSince=30)]
public void NotifyRoutes (System.Collections.Generic.ICollection<Android.Media.MediaRoute2Info> routes);
[<Android.Runtime.Register("notifyRoutes", "(Ljava/util/Collection;)V", "", ApiSince=30)>]
member this.NotifyRoutes : System.Collections.Generic.ICollection<Android.Media.MediaRoute2Info> -> unit

Parameters

Attributes

Remarks

Updates routes of the provider and notifies the system media router service.

Java documentation for android.media.MediaRoute2ProviderService.notifyRoutes(java.util.Collection<android.media.MediaRoute2Info>).

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