android.provider
Interface Contacts.PresenceColumns

All Known Implementing Classes:
Contacts.People
Enclosing class:
Contacts

Deprecated.

@Deprecated
public static interface Contacts.PresenceColumns


Field Summary
static int AVAILABLE
          Deprecated.  
static int AWAY
          Deprecated.  
static int DO_NOT_DISTURB
          Deprecated.  
static int IDLE
          Deprecated.  
static String IM_ACCOUNT
          Deprecated.  
static String IM_HANDLE
          Deprecated.  
static String IM_PROTOCOL
          Deprecated.  
static int INVISIBLE
          Deprecated.  
static int OFFLINE
          Deprecated.  
static String PRESENCE_CUSTOM_STATUS
          Deprecated.  
static String PRESENCE_STATUS
          Deprecated.  
static String PRIORITY
          Deprecated.  
 

Field Detail

PRIORITY

static final String PRIORITY
Deprecated. 
See Also:
Constant Field Values

PRESENCE_STATUS

static final String PRESENCE_STATUS
Deprecated. 
See Also:
Constant Field Values

OFFLINE

static final int OFFLINE
Deprecated. 
See Also:
Constant Field Values

INVISIBLE

static final int INVISIBLE
Deprecated. 
See Also:
Constant Field Values

AWAY

static final int AWAY
Deprecated. 
See Also:
Constant Field Values

IDLE

static final int IDLE
Deprecated. 
See Also:
Constant Field Values

DO_NOT_DISTURB

static final int DO_NOT_DISTURB
Deprecated. 
See Also:
Constant Field Values

AVAILABLE

static final int AVAILABLE
Deprecated. 
See Also:
Constant Field Values

PRESENCE_CUSTOM_STATUS

static final String PRESENCE_CUSTOM_STATUS
Deprecated. 
See Also:
Constant Field Values

IM_PROTOCOL

static final String IM_PROTOCOL
Deprecated. 
See Also:
Constant Field Values

IM_HANDLE

static final String IM_HANDLE
Deprecated. 
See Also:
Constant Field Values

IM_ACCOUNT

static final String IM_ACCOUNT
Deprecated. 
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.