ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Idle Field

Definition

Caution

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

An allowed value of #PRESENCE.

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

Field Value

Value = 3
Attributes

Remarks

An allowed value of #PRESENCE.

Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.

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