public final class ParseAnonymousUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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 <any> |
logInInBackground()
Creates an anonymous user in the background.
|
public static boolean isLinked(ParseUser user)
user - User to check for anonymity. The user must be logged in on this device.public static <any> logInInBackground()
public static void logIn(LogInCallback callback)
callback - The callback to execute when anonymous user creation is complete.