RouteListingPreference.Item.SubtextCustom フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.
対応するルートのサブテキストを取得 #getCustomSubtextMessage()
する必要があります。
[Android.Runtime.Register("SUBTEXT_CUSTOM", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.", true)]
public const Android.Media.RouteListingItemSubtext SubtextCustom = 10000;
[<Android.Runtime.Register("SUBTEXT_CUSTOM", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.", true)>]
val mutable SubtextCustom : Android.Media.RouteListingItemSubtext
フィールド値
Value = 10000実装
- 属性
注釈
対応するルートのサブテキストを取得 #getCustomSubtextMessage()
する必要があります。
アプリケーションでは、すべてのフォーム ファクターで適切なローカライズとレンダリングを保証するために、他の無効な理由の 1 つ (完全な一覧については、参照 #getSubText()
) を強くお勧めします。
の Java ドキュメントandroid.media.RouteListingPreference.Item.SUBTEXT_CUSTOM
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。