Share via


RouteListingPreference.Item.FlagSuggested Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.

The corresponding route is specially likely to be selected by the user.

[Android.Runtime.Register("FLAG_SUGGESTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)]
public const Android.Media.RouteListingPreferenceFlags FlagSuggested = 4;
[<Android.Runtime.Register("FLAG_SUGGESTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)>]
val mutable FlagSuggested : Android.Media.RouteListingPreferenceFlags

Field Value

Value = 4

Implements

Attributes

Remarks

The corresponding route is specially likely to be selected by the user.

A UI reflecting this preference may reserve a specific space for suggested routes, making it more accessible to the user. If the number of suggested routes exceeds the number supported by the UI, the routes listed first in RouteListingPreference#getItems() will take priority.

Java documentation for android.media.RouteListingPreference.Item.FLAG_SUGGESTED.

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