ServiceInfo.NamedContentLocales プロパティ

定義

ユーザーが表示できる名前が関連付けられている現在 Localeの の変更不可能なセットを返します。

public virtual System.Collections.Generic.ICollection<Java.Util.Locale> NamedContentLocales { [Android.Runtime.Register("getNamedContentLocales", "()Ljava/util/Set;", "GetGetNamedContentLocalesHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getNamedContentLocales", "()Ljava/util/Set;", "GetGetNamedContentLocalesHandler", ApiSince=28)>]
member this.NamedContentLocales : System.Collections.Generic.ICollection<Java.Util.Locale>

プロパティ値

そのロケールの Locale ユーザーが表示できるコンテンツ名に対応する変更不可能なオブジェクトのセット。

属性

注釈

ユーザーが表示できる名前が関連付けられている現在 Localeの の変更不可能なセットを返します。 このセット内の に Locale 関連付けられているユーザーが表示できる名前は、 を使用して #getNameForLocale(Locale)取得できます。

の Java ドキュメント android.telephony.mbms.ServiceInfo.getNamedContentLocales()

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

適用対象