PresenceColumns
interfacePresenceColumns
| android.provider.Contacts.PresenceColumns | 
The IM presence columns with some contacts specific columns mixed in.
Summary
| Constants | |
|---|---|
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static String | 
            
             The IM account for the local user that the presence data came from.  | 
        
| static String | 
            
             The IM handle the presence item is for.  | 
        
| static String | 
            
             The IM service the presence is coming from.  | 
        
| static Int | |
| static Int | 
            
             Presence Status definition  | 
        
| static String | 
            
             The user defined status line.  | 
        
| static String | 
            
             The server defined status.  | 
        
| static String | 
            
             The priority, an integer, used by XMPP presence  | 
        
Constants
IM_ACCOUNT
static valIM_ACCOUNT: String
Deprecated: see android.provider.ContactsContract
The IM account for the local user that the presence data came from.
Type: STRING
Value: "im_account"IM_HANDLE
static valIM_HANDLE: String
Deprecated: see android.provider.ContactsContract
The IM handle the presence item is for. The handle is scoped to the IM_PROTOCOL. 
Type: STRING
Value: "im_handle"IM_PROTOCOL
static valIM_PROTOCOL: String
Deprecated: see android.provider.ContactsContract
The IM service the presence is coming from. Formatted using either Contacts.ContactMethods.encodePredefinedImProtocol or Contacts.ContactMethods.encodeCustomImProtocol. 
Type: STRING
Value: "im_protocol"PRESENCE_CUSTOM_STATUS
static valPRESENCE_CUSTOM_STATUS: String
Deprecated: Deprecated in Java.
The user defined status line.
Type: TEXT
Value: "status"PRESENCE_STATUS
static valPRESENCE_STATUS: String
Deprecated: Deprecated in Java.
The server defined status.
Type: INTEGER (one of the values below)
Value: "mode"PRIORITY
static valPRIORITY: String
Deprecated: Deprecated in Java.
The priority, an integer, used by XMPP presence
Type: INTEGER
Value: "priority"