|
static string | currentRaveId () |
| Returns the current Rave Id, or null if Rave is not initialized More...
|
|
static string | currentRaveEmail () |
| Get the Rave email of the current user. More...
|
|
static bool | isAuthenticated () |
| Get whether the current user is authenticated. More...
|
|
static bool | isCurrentGuest () |
| Returns whether the current user is a guest or not. More...
|
|
static string | lastRaveId () |
| Returns the previous user's raveId. Note: Returns null if the previous user and current user are the same. More...
|
|
static bool | isLastGuest () |
| Returns whether the previous user was a guest or not. Note: Returns false if the previous user is the same as the current user. More...
|
|
static void | logoutCurrentUser () |
| Logs out the current Rave user. NOTE: This will result in a new Rave id.
|
|
static void | presentSignIn () |
| Displays the Rave login page to the user. Rave handles checking for any needed permissions, giving the user a friendly message about the permission it's about to request, and then requesting it.
|
|
static void | presentProfile () |
| Shows the Rave Profile model.
|
|
static bool | isRaveInitialized () |
| Returns whether Rave is initialized or not. More...
|
|
static string | currentRaveDisplayName () |
| Get the Rave display name of the current user. More...
|
|
static void | changeRaveDisplayName (string raveDisplayName) |
| Call this to set the Rave display name. More...
|
|
static void | fetchCurrentAppDataKey () |
| Initiate a fetch of the current Rave App Data Key. More...
|
|
static void | selectRaveAppDataKey (string key) |
| Select the App Data Key. More...
|
|
static bool | isCurrentAuthenticated () |
| Checks if the current user is authenticated. More...
|
|
static bool | isCurrentPersonalized () |
|