MobileApp Class

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

Last Updated: 13 May, 2024