Contacts.Phones.GetDisplayLabelFormatted Method

Definition

Overloads

GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence)
Obsolete.
GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence, ICharSequence[])
Obsolete.

GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence)

Caution

deprecated

[Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
[System.Obsolete("deprecated")]
public static Java.Lang.ICharSequence? GetDisplayLabelFormatted (Android.Content.Context? context, Android.Provider.ContactPhoneColumn type, Java.Lang.ICharSequence? label);
[<Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member GetDisplayLabelFormatted : Android.Content.Context * Android.Provider.ContactPhoneColumn * Java.Lang.ICharSequence -> Java.Lang.ICharSequence

Parameters

context
Context

Returns

ICharSequence
Attributes

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

GetDisplayLabelFormatted(Context, ContactPhoneColumn, ICharSequence, ICharSequence[])

Caution

deprecated

[Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
[System.Obsolete("deprecated")]
public static Java.Lang.ICharSequence? GetDisplayLabelFormatted (Android.Content.Context? context, Android.Provider.ContactPhoneColumn type, Java.Lang.ICharSequence? label, Java.Lang.ICharSequence[]? labelArray);
[<Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;ILjava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member GetDisplayLabelFormatted : Android.Content.Context * Android.Provider.ContactPhoneColumn * Java.Lang.ICharSequence * Java.Lang.ICharSequence[] -> Java.Lang.ICharSequence

Parameters

context
Context
labelArray
ICharSequence[]

Returns

ICharSequence
Attributes

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