Share via


LocaleDisplayNames.UiListItem Constructors

Definition

Overloads

LocaleDisplayNames.UiListItem(IntPtr, JniHandleOwnership)
LocaleDisplayNames.UiListItem(ULocale, ULocale, String, String)

Constructor, normally only called internally.

LocaleDisplayNames.UiListItem(IntPtr, JniHandleOwnership)

protected UiListItem (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.LocaleDisplayNames.UiListItem : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.LocaleDisplayNames.UiListItem

Parameters

javaReference
IntPtr

nativeint

Remarks

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

LocaleDisplayNames.UiListItem(ULocale, ULocale, String, String)

Constructor, normally only called internally.

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)]
public UiListItem (Android.Icu.Util.ULocale minimized, Android.Icu.Util.ULocale modified, string nameInDisplayLocale, string nameInSelf);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)>]
new Android.Icu.Text.LocaleDisplayNames.UiListItem : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string * string -> Android.Icu.Text.LocaleDisplayNames.UiListItem

Parameters

minimized
ULocale

locale for an input locale

modified
ULocale

modified for an input locale

nameInDisplayLocale
String

name of the modified locale in the display locale

nameInSelf
String

name of the modified locale in itself

Attributes

Remarks

Constructor, normally only called internally.

Java documentation for android.icu.text.LocaleDisplayNames.UiListItem.LocaleDisplayNames$UiListItem(android.icu.util.ULocale, android.icu.util.ULocale, java.lang.String, java.lang.String).

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