public static class

OmlibContentProvider.Intents

extends Object
java.lang.Object
   ↳ mobisocial.omlib.service.OmlibContentProvider.Intents

Summary

Constants
String ACTION_FRIEND_ADDED
String ACTION_LOGOUT
String ACTION_NOTIFICATION_DELETED
String ACTION_NOTIFICATION_PUSHED
String ACTION_OBJECT_PUSHED A broadcasted intent sent to this package when an object has been pushed from the server via a 'live' connection-- for example, GCM or an open socket.
String ACTION_OBJECT_RECEIVED A broadcasted intent sent to this package when one or more objects has been received and inserted into the database.
String EXTRA_ACCOUNT
String EXTRA_ACCOUNT_COUNT
String EXTRA_FEED_ID_ARRAY
String EXTRA_NAME
String EXTRA_OBJECT_ID_ARRAY
String EXTRA_OBJECT_TYPE_ARRAY
String EXTRA_OBJ_TYPE
String EXTRA_POSTID
String EXTRA_RESULTS
Public Constructors
Intents()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_FRIEND_ADDED

Constant Value: "mobisocial.omlib.action.FRIEND_ADDED"

public static final String ACTION_LOGOUT

Constant Value: "mobisocial.omlib.intent.action.LOGOUT"

public static final String ACTION_NOTIFICATION_DELETED

Constant Value: "mobisocial.omlib.intent.action.NOTIFY_OBJ_DELETED"

public static final String ACTION_NOTIFICATION_PUSHED

Constant Value: "mobisocial.omlib.intent.action.NOTIFY_OBJ_PUSHED"

public static final String ACTION_OBJECT_PUSHED

A broadcasted intent sent to this package when an object has been pushed from the server via a 'live' connection-- for example, GCM or an open socket.

Constant Value: "mobisocial.omlib.action.OBJECT_PUSHED"

public static final String ACTION_OBJECT_RECEIVED

A broadcasted intent sent to this package when one or more objects has been received and inserted into the database.

Constant Value: "mobisocial.omlib.action.OBJECT_RECEIVED"

public static final String EXTRA_ACCOUNT

Constant Value: "mobisocial.omlib.extra.ACCOUNT"

public static final String EXTRA_ACCOUNT_COUNT

Constant Value: "account_count"

public static final String EXTRA_FEED_ID_ARRAY

Constant Value: "mobisocial.omlib.extra.FEED_ID_ARRAY"

public static final String EXTRA_NAME

Constant Value: "mobisocial.omlib.extra.NAME"

public static final String EXTRA_OBJECT_ID_ARRAY

Constant Value: "mobisocial.omlib.extra.OBJECT_ID_ARRAY"

public static final String EXTRA_OBJECT_TYPE_ARRAY

Constant Value: "mobisocial.omlib.extra.OBJECT_TYPE_ARRAY"

public static final String EXTRA_OBJ_TYPE

Constant Value: "mobisocial.omlib.extra.OBJ_TYPE"

public static final String EXTRA_POSTID

Constant Value: "mobisocial.omlib.extra.POSTID"

public static final String EXTRA_RESULTS

Constant Value: "mobisocial.omlib.extra.RESULTS"

Public Constructors

public Intents ()