com.google.android.gtalkservice.GTalkServiceConstants
Summary
Constants
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
ACTION_AVATAR_CHANGED
Broadcast action: broadcast event for avatar changed.
Constant Value:
"android.intent.action.GTALK_AVATAR_CHANGED"
public
static
final
String
ACTION_CONNECTION_STATE
Broadcast action: broadcast GTalk connection state.
Constant Value:
"android.intent.action.GTALK_CONN_STATE"
public
static
final
String
AIM_PROVIDER_NAME
public
static
final
String
GTALK_PROVIDER_NAME
public
static
final
ComponentName
GTALK_SERVICE_COMPONENT
RemoteXmppService name, used for start or stop the XMPP connection
service.
public
static
final
String
INTENT_EXTRA_ACCOUNT_ID
Use INTENT_EXTRA_ACCOUNT_ID to include the account id in an intent.
Constant Value:
"accountId"
public
static
final
String
INTENT_EXTRA_ERROR
when broadcasting intent for
GTALK_SERVICE_DISCONNECTED_ACTION, use
INTENT_EXTRA_ERROR as the name for the extra field, supply the Integer
form of the connection error as the value of the extra field.
Constant Value:
"err"
public
static
final
String
INTENT_EXTRA_FROM_ADDRESS
Use INTENT_EXTRA_FROM_ADDRESS to include the from address of a contact in an intent.
Constant Value:
"from"
public
static
final
String
INTENT_EXTRA_PROVIDER_ID
Use INTENT_EXTRA_PROVIDER_ID to include the provider id in an intent.
Constant Value:
"providerId"
public
static
final
String
INTENT_EXTRA_STATE
when broadcasting intent for
ACTION_CONNECTION_STATE, use
INTENT_EXTRA_STATE as the name for the extra field, supply the Integer
form of the connection state as the value of the extra field.
Constant Value:
"state"
Public Constructors
public
GTalkServiceConstants()