Contacts.ContactMethods.GetDisplayLabelFormatted Method

Definition

Caution

deprecated

This member is 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

Attributes

Remarks

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.ContactMethods.getDisplayLabel(android.content.Context, int, int, java.lang.CharSequence).

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