English | Site Directory

Android - An Open Handset Alliance Project

com.google.android.gtalkservice.GTalkServiceConstants

java.lang.Object
com.google.android.gtalkservice.GTalkServiceConstants

Summary

Constants

      Value  
String  ACTION_AVATAR_CHANGED  Broadcast action: broadcast event for avatar changed.  "android.intent.action.GTALK_AVATAR_CHANGED" 
String  ACTION_CONNECTION_STATE  Broadcast action: broadcast GTalk connection state.  "android.intent.action.GTALK_CONN_STATE" 
String  AIM_PROVIDER_NAME    "AIM" 
String  GTALK_PROVIDER_NAME    "GTalk" 
ComponentName  GTALK_SERVICE_COMPONENT  RemoteXmppService name, used for start or stop the XMPP connection service.     
String  INTENT_EXTRA_ACCOUNT_ID  Use INTENT_EXTRA_ACCOUNT_ID to include the account id in an intent.  "accountId" 
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.  "err" 
String  INTENT_EXTRA_FROM_ADDRESS  Use INTENT_EXTRA_FROM_ADDRESS to include the from address of a contact in an intent.  "from" 
String  INTENT_EXTRA_PROVIDER_ID  Use INTENT_EXTRA_PROVIDER_ID to include the provider id in an intent.  "providerId" 
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.  "state" 

Public Constructors

          GTalkServiceConstants()
Methods inherited from class java.lang.Object

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

Constant Value: "AIM"

public static final String GTALK_PROVIDER_NAME

Constant Value: "GTalk"

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()

Build m5-rc15g - 14 May 2008 12:50