Uses of Class
com.stackmob.sdk.model.StackMobUser

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
<T extends StackMobUser>
void
StackMobUser.getLoggedInUser(Class<T> classOfT, StackMobOptions options, StackMobQueryCallback<T> callback)
          Get the currently logged in user.
static
<T extends StackMobUser>
void
StackMobUser.getLoggedInUser(Class<T> classOfT, StackMobQueryCallback<T> callback)
          Get the currently logged in user.
static
<T extends StackMobUser>
void
StackMobUser.getLoggedInUser(StackMob stackmob, Class<T> classOfT, StackMobOptions options, StackMobQueryCallback<T> callback)
          Get the currently logged in user.
static
<T extends StackMobUser>
void
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.
 



Copyright © 2013 StackMob. All Rights Reserved.