Language

MediaRouter2.DeviceSuggestions Property

Definition

Gets the current suggested devices.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Android.Media.SuggestedDeviceInfo>> DeviceSuggestions { [Android.Runtime.Register("getDeviceSuggestions", "()Ljava/util/Map;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getDeviceSuggestions", "()Ljava/util/Map;", "", ApiSince=36)>]
member this.DeviceSuggestions : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Android.Media.SuggestedDeviceInfo>>

Property Value

the suggested devices, keyed by the package name providing each suggestion list. This value cannot be null.

Attributes

Remarks

Gets the current suggested devices.

Android reference for android.media.MediaRouter2.getDeviceSuggestions.

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