Package com.sap.cloud.mobile.foundation.mobileservices
See: Description
-
Class Summary Class Description AppVersionService SettingsParameterReady Represents the state when 'SettingsParameter' is set into 'SettingsProvider'. HTTPClientReady Represents the state when 'okHttpClient' is set into 'ClientProvider', it will only notified once AuthenticationChange Represents the state that a session is successfully established with the server, it will be notified out during both onboarding and restore flows. OnFrontChange Represents the state that the app is brought up to the foreground or put into the background OnUserSwitch Represents the state when user switching happened. NetworkState Represents the current network state, either network is available, or not ApplicationLock Represents the application lock status, when put into background and timeout, the app is in 'locked' state, when unlocked with the passcode or biometric credentials, the app is in 'unlocked' state. ApplicationInactive Represents the state when application version is inactive. CustomTabsVisibility The CustomTabs visibility state. ClientPolicyRetrieved Represents the state that the client policy is retrieved from the server side. ApplicationState ApplicationState is intended to be used in MobileService.onStateChange method (possibly in when clause). MobileService Represents the base class for all mobile services, for example, UserService, etc. SUCCESS FAILURE ServiceResult Represents the result for services SUCCESS The request was successful and returned the correct result. TimeoutLockService Represents the abstract service to handle the case that when the app is put into background and brought up to the foreground, how to handle the timeout passcode policy. -
Object Summary Object Description HostTokenRenewed Host app token renewed. ApplicationStates Represents the state holder of the application. SDKInitializer Represents the utility to initialize MobileService used by the mobile app when starting the app. -
Interface Summary Interface Description ServiceListener Represents the listener to be notified with a service result. -
Enum Summary Enum Description ServiceErrorCode Represents the service error types.