MediaRouter2.ClearDeviceSuggestions 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.
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.