|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.parse.ParseAnonymousUtils
public final class ParseAnonymousUtils
Provides utility functions for working with Anonymously logged-in users. Anonymous users have some unique characteristics:
Method Summary | |
---|---|
static boolean |
isLinked(ParseUser user)
Whether the user is logged in anonymously. |
static void |
logIn(LogInCallback callback)
Creates an anonymous user in the background. |
static bolts.Task<ParseUser> |
logInInBackground()
Creates an anonymous user in the background. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isLinked(ParseUser user)
user
- User to check for anonymity. The user must be logged in on this device.
public static bolts.Task<ParseUser> logInInBackground()
public static void logIn(LogInCallback callback)
callback
- The callback to execute when anonymous user creation is complete.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |