ContactsContract.ContactStatusColumns.ContactStatus Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IContactStatusColumns.ContactStatus'. This class will be removed in a future release.

Contact's latest status update.

[Android.Runtime.Register("CONTACT_STATUS")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IContactStatusColumns.ContactStatus'. This class will be removed in a future release.")]
public const string ContactStatus;
[<Android.Runtime.Register("CONTACT_STATUS")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IContactStatusColumns.ContactStatus'. This class will be removed in a future release.")>]
val mutable ContactStatus : string

Field Value

Attributes

Remarks

Contact's latest status update.

Type: TEXT

Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.

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