Fields Summary |
---|
public static final String | PLUGIN_ACTION_NAMEThe intent action name for the plugin service. |
public static final String | METADATA_PROVIDER_NAMEThe name of the provider. It should match the values defined in
{@link android.provider.Im.ProviderNames}. |
public static final String | METADATA_PROVIDER_FULL_NAMEThe full name of the provider. |
public static final String | METADATA_SIGN_UP_URLThe url where the user can register a new account for the provider. |
public static final int | PRESENCE_OFFLINEPresence status OFFLINE. Should match the value defined in the IM engine. |
public static final int | PRESENCE_DO_NOT_DISTURBPresence status DO_NOT_DISTURB. Should match the value defined in the IM engine. |
public static final int | PRESENCE_AWAYPresence status AWAY. Should match the value defined in the IM engine. |
public static final int | PRESENCE_IDLEPresence status IDLE. Should match the value defined in the IM engine. |
public static final int | PRESENCE_AVAILABLEPresence 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 |