次の方法で共有


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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象