ServiceInfo.NamedContentLocales Property

Definition

Return an unmodifiable set of the current Locales that have a user-displayable name associated with them.

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>

Property Value

An unmodifiable set of Locale objects corresponding to a user-displayable content name in that locale.

Attributes

Remarks

Return an unmodifiable set of the current Locales that have a user-displayable name associated with them. The user-displayable name associated with any Locale in this set can be retrieved with #getNameForLocale(Locale).

Java documentation for android.telephony.mbms.ServiceInfo.getNamedContentLocales().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to