Package | Description |
---|---|
org.usergrid.android.client |
Modifier and Type | Method and Description |
---|---|
void |
Client.addUserToGroupAsync(String userId,
String groupId,
ApiResponseCallback callback)
Adds a user to the specified groups.
|
void |
Client.authorizeAppClientAsync(String clientId,
String clientSecret,
ApiResponseCallback callback)
Log the app in with it's client id and client secret key.
|
void |
Client.authorizeAppUserAsync(String email,
String password,
ApiResponseCallback callback)
Log the user in and get a valid access token.
|
void |
Client.authorizeAppUserViaFacebookAsync(String fb_access_token,
ApiResponseCallback callback)
Log the user in with their numeric pin-code and get a valid access token.
|
void |
Client.authorizeAppUserViaPinAsync(String email,
String pin,
ApiResponseCallback callback)
Log the user in with their numeric pin-code and get a valid access token.
|
void |
Client.connectEntitiesAsync(String connectingEntityType,
String connectingEntityId,
String connectionType,
String connectedEntityId,
ApiResponseCallback callback)
Connect two entities together.
|
void |
Client.createEntityAsync(org.usergrid.java.client.entities.Entity entity,
ApiResponseCallback callback)
Create a new entity on the server.
|
void |
Client.createEntityAsync(Map<String,Object> properties,
ApiResponseCallback callback)
Create a new entity on the server from a set of properties.
|
void |
Client.createGroupAsync(String groupPath,
ApiResponseCallback callback)
Creates a group with the specified group path.
|
void |
Client.createGroupAsync(String groupPath,
String groupTitle,
ApiResponseCallback callback)
Creates a group with the specified group path and group title.
|
void |
Client.createUserAsync(String username,
String name,
String email,
String password,
ApiResponseCallback callback)
Creates a user.
|
void |
Client.disconnectEntitiesAsync(String connectingEntityType,
String connectingEntityId,
String connectionType,
String connectedEntityId,
ApiResponseCallback callback)
Disconnect two entities.
|
void |
Client.postGroupActivityAsync(String groupId,
String verb,
String title,
String content,
String category,
org.usergrid.java.client.entities.User user,
org.usergrid.java.client.entities.Entity object,
String objectType,
String objectName,
String objectContent,
ApiResponseCallback callback)
Creates and posts an activity to a group.
|
void |
Client.postUserActivityAsync(String verb,
String title,
String content,
String category,
org.usergrid.java.client.entities.User user,
org.usergrid.java.client.entities.Entity object,
String objectType,
String objectName,
String objectContent,
ApiResponseCallback callback)
Creates and posts an activity to a user.
|
Copyright © 2013. All Rights Reserved.