|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetmeraUser | |
---|---|
com.netmera.mobile |
Uses of NetmeraUser in com.netmera.mobile |
---|
Methods in com.netmera.mobile that return NetmeraUser | |
---|---|
static NetmeraUser |
NetmeraUser.getCurrentUser()
Returns the current logged user. |
NetmeraUser |
BaseContent.getNetmeraUser()
Gets the NetmeraUser object |
static NetmeraUser |
NetmeraUser.login(java.lang.String email,
java.lang.String password)
Logs a user into the registered application. |
static NetmeraUser |
NetmeraUser.loginAsGuest()
Logs a guest into the application. |
Methods in com.netmera.mobile that return types with arguments of type NetmeraUser | |
---|---|
java.util.List<NetmeraUser> |
NetmeraService.searchUser()
Retrieves the list of NetmeraUser objects that matches with the
query. |
Methods in com.netmera.mobile with parameters of type NetmeraUser | |
---|---|
void |
NetmeraContent.setOwner(NetmeraUser user)
Sets the owner to the content. |
NetmeraService |
NetmeraService.whereOwnerEqual(NetmeraUser user)
This is used to get the contents of the logged user. |
Method parameters in com.netmera.mobile with type arguments of type NetmeraUser | |
---|---|
static void |
NetmeraTwitterUtils.login(android.app.Activity activity,
NetmeraCallback<NetmeraUser> callback)
Logs a user into the registered application with Twitter. |
static void |
NetmeraFacebookUtils.login(android.app.Activity activity,
NetmeraCallback<NetmeraUser> callback)
Logs a user into the registered application with Facebook account without Facebook permissions. |
static void |
NetmeraFacebookUtils.login(android.app.Activity activity,
java.lang.String[] permissions,
NetmeraCallback<NetmeraUser> callback)
Logs a user into the registered application with Facebook account with Facebook permissions. |
static void |
NetmeraUser.loginAsGuestInBackground(NetmeraCallback<NetmeraUser> callback)
Logs a guest into the application in the background thread. |
static void |
NetmeraUser.loginInBackground(java.lang.String email,
java.lang.String password,
NetmeraCallback<NetmeraUser> callback)
Logs the user into the registered application in the background thread. |
static void |
NetmeraFacebookUtils.loginSSO(android.app.Activity activity,
NetmeraCallback<NetmeraUser> callback)
Logs a user into the registered application using official Facebook application without Facebook permissions. |
static void |
NetmeraFacebookUtils.loginSSO(android.app.Activity activity,
java.lang.String[] permissions,
NetmeraCallback<NetmeraUser> callback)
Logs a user into the registered application using official Facebook application with Facebook permissions. |
void |
NetmeraUser.registerInBackground(NetmeraCallback<NetmeraUser> callback)
Registers user in the background thread. |
void |
NetmeraService.searchUserInBackground(NetmeraCallback<java.util.List<NetmeraUser>> callback)
Retrieves the list of NetmeraUser objects that matches with the
query in the background thread.Since it runs on the background thread it
does not block program.It is recommended over searchUser() method. |
void |
NetmeraUser.updateInBackground(NetmeraCallback<NetmeraUser> callback)
Updates user info in the background thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |