Share via


Contacts.PresenceColumns.Offline Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.ContactPresenceStatus enum directly instead of this field.

Presence Status definition

[Android.Runtime.Register("OFFLINE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ContactPresenceStatus enum directly instead of this field.", true)]
public const Android.Provider.ContactPresenceStatus Offline = 0;
[<Android.Runtime.Register("OFFLINE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ContactPresenceStatus enum directly instead of this field.", true)>]
val mutable Offline : Android.Provider.ContactPresenceStatus

Field Value

Value = 0
Attributes

Remarks

Presence Status definition

Java documentation for android.provider.Contacts.PresenceColumns.OFFLINE.

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