RouteListingPreference.Item.FlagSuggested 字段

定义

注意

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

用户特别可能选择相应的路由。

[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

字段值

Value = 4

实现

属性

注解

用户特别可能选择相应的路由。

反映此首选项的 UI 可以为建议的路由保留特定空间,从而使用户更易于访问。 如果建议的路由数超过 UI 支持的数量,则首先列出的 RouteListingPreference#getItems() 路由将优先。

适用于 . 的 android.media.RouteListingPreference.Item.FLAG_SUGGESTEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于