MobileApp Class @beta
Methods
| Name | Description | |
|---|---|---|
| constructor(): MobileApp | ||
| callBackend<T extends AsyncMethodsOf<MobileAppFunctions>>(methodName: T, ...args: Parameters<>): Promise<PromiseReturnType<>> Static | ||
| startup(opts?: MobileAppOpts): Promise<void> Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| isValid Accessor Static ReadOnly | boolean | ||
| onAuthAccessTokenChanged Static | BeEvent<(accessToken: string, expirationDate: string) => void> | ||
| onEnterBackground Static | BeEvent<() => void> | ||
| onEnterForeground Static | BeEvent<() => void> | ||
| onMemoryWarning Static | BeEvent<() => void> | ||
| onOrientationChanged Static | BeEvent<() => void> | ||
| onWillTerminate Static | BeEvent<() => void> |
Defined in
- mobile/src/frontend/MobileApp.ts Line 36
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.