FileDocCategorySizeDatePackage
ImPluginConstants.javaAPI DocAndroid 1.5 API2354Wed May 06 22:42:46 BST 2009com.android.im.plugin

ImPluginConstants

public class ImPluginConstants extends Object

Fields Summary
public static final String
PLUGIN_ACTION_NAME
The intent action name for the plugin service.
public static final String
METADATA_PROVIDER_NAME
The name of the provider. It should match the values defined in {@link android.provider.Im.ProviderNames}.
public static final String
METADATA_PROVIDER_FULL_NAME
The full name of the provider.
public static final String
METADATA_SIGN_UP_URL
The url where the user can register a new account for the provider.
public static final int
PRESENCE_OFFLINE
Presence status OFFLINE. Should match the value defined in the IM engine.
public static final int
PRESENCE_DO_NOT_DISTURB
Presence status DO_NOT_DISTURB. Should match the value defined in the IM engine.
public static final int
PRESENCE_AWAY
Presence status AWAY. Should match the value defined in the IM engine.
public static final int
PRESENCE_IDLE
Presence status IDLE. Should match the value defined in the IM engine.
public static final int
PRESENCE_AVAILABLE
Presence status AVAILABLE. Should match the value defined in the IM engine.
public static final String
PA_AVAILABLE
public static final String
PA_NOT_AVAILABLE
public static final String
PA_DISCREET
Constructors Summary
Methods Summary