terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Public Member Functions | |
static void | RequestLogin () |
static void | Logout () |
static void | ClearCache () |
static void | Update () |
Static Public Attributes | |
static bool | EditorAttemptingSignIn |
static DateTime | EditorSignInStart |
Properties | |
static DrPlatform.Android.User.LoginState | CurrentState [get, set] |
static bool | AttemptingSignIn [get, set] |
static string | UserId [get, set] |
static string | GamerTag [get, set] |
static string | AccountProfileURL [get, set] |
static bool | EditorSignedIn [get, set] |
static string | EditorUserId [get, set] |
static string | EditorUserAlias [get, set] |
static float | EditorSignInProcessTimeout [get, set] |
Static Private Member Functions | |
static void | AttemptSignIn () |
static void | playerLoggedOut () |
static void | playerAuthenticated () |
static void | _authenticationSucceededEvent (string userID) |
static void | _authenticationFailedEvent (string error) |
static | Android_UserManager () |
Static Private Attributes | |
static bool | _delayedStartup |
static string | s_userId |
static string | s_gamerTag |
static string | s_avatarImageURL |
static bool | s_requestedLogin |
static bool | s_attemptedPassiveLogin |
static bool | s_currentlyLoggingIn |
const string | c_accountIdLastUserKey = "AccountId_LastUser" |
const string | c_accountIdLastUserGameTag = "AccountGamerTag_LastUser" |
static bool | s_usingCachedId |
Definition at line 7 of file Android_UserManager.cs.