|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMobUser | |
|---|---|
| com.stackmob.sdk.model | Base classes for objects that map to StackMob data. |
| Uses of StackMobUser in com.stackmob.sdk.model |
|---|
| Methods in com.stackmob.sdk.model with type parameters of type StackMobUser | ||
|---|---|---|
static
|
StackMobUser.getLoggedInUser(Class<T> classOfT,
StackMobOptions options,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobUser.getLoggedInUser(Class<T> classOfT,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobUser.getLoggedInUser(StackMob stackmob,
Class<T> classOfT,
StackMobOptions options,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobUser.pushToMultiple(Map<String,String> payload,
List<T> users,
StackMobRawCallback callback)
Send a push notification to a group of users. |
|
| Constructor parameters in com.stackmob.sdk.model with type arguments of type StackMobUser | |
|---|---|
StackMobUser(Class<? extends StackMobUser> actualClass)
Create a new user of the specified class. |
|
StackMobUser(Class<? extends StackMobUser> actualClass,
String username)
Create a new user of the specified class with a username. |
|
StackMobUser(Class<? extends StackMobUser> actualClass,
String username,
String password)
Create a new user of the specified class with a username and password. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||