android.provider
Interface ContactsContract.StatusColumns

All Known Subinterfaces:
ContactsContract.DataColumnsWithJoins
All Known Implementing Classes:
ContactsContract.CommonDataKinds.Email, ContactsContract.CommonDataKinds.Event, ContactsContract.CommonDataKinds.GroupMembership, ContactsContract.CommonDataKinds.Identity, ContactsContract.CommonDataKinds.Im, ContactsContract.CommonDataKinds.Nickname, ContactsContract.CommonDataKinds.Note, ContactsContract.CommonDataKinds.Organization, ContactsContract.CommonDataKinds.Phone, ContactsContract.CommonDataKinds.Photo, ContactsContract.CommonDataKinds.Relation, ContactsContract.CommonDataKinds.SipAddress, ContactsContract.CommonDataKinds.StructuredName, ContactsContract.CommonDataKinds.StructuredPostal, ContactsContract.CommonDataKinds.Website, ContactsContract.Contacts.Entity, ContactsContract.Contacts.Photo, ContactsContract.Data, ContactsContract.Presence, ContactsContract.StatusUpdates
Enclosing class:
ContactsContract

protected static interface ContactsContract.StatusColumns


Field Summary
static int AVAILABLE
           
static int AWAY
           
static int CAPABILITY_HAS_CAMERA
           
static int CAPABILITY_HAS_VIDEO
           
static int CAPABILITY_HAS_VOICE
           
static String CHAT_CAPABILITY
           
static int DO_NOT_DISTURB
           
static int IDLE
           
static int INVISIBLE
           
static int OFFLINE
           
static String PRESENCE
           
static String PRESENCE_CUSTOM_STATUS
           
static String PRESENCE_STATUS
           
static String STATUS
           
static String STATUS_ICON
           
static String STATUS_LABEL
           
static String STATUS_RES_PACKAGE
           
static String STATUS_TIMESTAMP
           
 

Field Detail

PRESENCE

static final String PRESENCE
See Also:
Constant Field Values

PRESENCE_STATUS

static final String PRESENCE_STATUS
See Also:
Constant Field Values

OFFLINE

static final int OFFLINE
See Also:
Constant Field Values

INVISIBLE

static final int INVISIBLE
See Also:
Constant Field Values

AWAY

static final int AWAY
See Also:
Constant Field Values

IDLE

static final int IDLE
See Also:
Constant Field Values

DO_NOT_DISTURB

static final int DO_NOT_DISTURB
See Also:
Constant Field Values

AVAILABLE

static final int AVAILABLE
See Also:
Constant Field Values

STATUS

static final String STATUS
See Also:
Constant Field Values

PRESENCE_CUSTOM_STATUS

static final String PRESENCE_CUSTOM_STATUS
See Also:
Constant Field Values

STATUS_TIMESTAMP

static final String STATUS_TIMESTAMP
See Also:
Constant Field Values

STATUS_RES_PACKAGE

static final String STATUS_RES_PACKAGE
See Also:
Constant Field Values

STATUS_LABEL

static final String STATUS_LABEL
See Also:
Constant Field Values

STATUS_ICON

static final String STATUS_ICON
See Also:
Constant Field Values

CHAT_CAPABILITY

static final String CHAT_CAPABILITY
See Also:
Constant Field Values

CAPABILITY_HAS_VOICE

static final int CAPABILITY_HAS_VOICE
See Also:
Constant Field Values

CAPABILITY_HAS_VIDEO

static final int CAPABILITY_HAS_VIDEO
See Also:
Constant Field Values

CAPABILITY_HAS_CAMERA

static final int CAPABILITY_HAS_CAMERA
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.