Contacts.ContactMethods.GetDisplayLabelFormatted(Context, ContactKind, ContactMethodColumn, ICharSequence) Method

Definition

Caution

deprecated

[Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;IILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
[System.Obsolete("deprecated")]
public static Java.Lang.ICharSequence? GetDisplayLabelFormatted (Android.Content.Context? context, Android.Provider.ContactKind kind, Android.Provider.ContactMethodColumn type, Java.Lang.ICharSequence? label);
[<Android.Runtime.Register("getDisplayLabel", "(Landroid/content/Context;IILjava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member GetDisplayLabelFormatted : Android.Content.Context * Android.Provider.ContactKind * Android.Provider.ContactMethodColumn * 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