Variable MobileRequestContextConst
MobileRequestContext: {
Anonymous: { identity: "anonymous"; surface: "unknown" };
PreLoginColdStart: { identity: "pre-login-device"; surface: "cold-start" };
PreLoginLoginHome: { identity: "pre-login-device"; surface: "login-home" };
Session: { identity: "session"; surface: "app" };
} = ...
Type Declaration
ReadonlyAnonymous: { identity: "anonymous"; surface: "unknown" }
ReadonlyPreLoginColdStart: { identity: "pre-login-device"; surface: "cold-start" }
ReadonlyPreLoginLoginHome: { identity: "pre-login-device"; surface: "login-home" }
ReadonlySession: { identity: "session"; surface: "app" }