Language

MediaRouter2.ClearDeviceSuggestions Method

Definition

Clears the device suggestions provided by this router.

[Android.Runtime.Register("clearDeviceSuggestions", "()V", "", ApiSince=36)]
public void ClearDeviceSuggestions();
[<Android.Runtime.Register("clearDeviceSuggestions", "()V", "", ApiSince=36)>]
member this.ClearDeviceSuggestions : unit -> unit
Attributes

Remarks

Clears the device suggestions provided by this router. Use this method to tell the system that this router is not currently providing any suggestions. If the router explicitly wants to recommend that no suggestion is appropriate, use ERROR(/setDeviceSuggestions) with an empty list

Android reference for android.media.MediaRouter2.clearDeviceSuggestions.

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