MediaRoute2ProviderService.NotifyRoutes 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.
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
- routes
- ICollection<MediaRoute2Info>
- Attributes
Remarks
Updates routes of the provider and notifies the system media router service.
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.