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() 最初に一覧表示されているルートが優先されます。

の Java ドキュメント android.media.RouteListingPreference.Item.FLAG_SUGGESTED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象