| Oracle.Cloud.Mobile.MobileBackend Namespace |
| Class | Description | |
|---|---|---|
| AppConfig |
Class that provides access to the application configuration downloaded from the mobile backend.
| |
| MobileBackend |
Represents a Mobile Backend in the Mobile Cloud Service and provides access to all capabilities of the backend.
The MobileBackendManager create all MobileBackends specified in the MobileBackendManager's configuration.
| |
| MobileBackendException |
Exception class thrown to callers.
| |
| MobileBackendManager |
The entry-point into the Mobile Cloud Service SDK. The MobileBackendManager has a singleton from which MobileBackend objects can be accessed, which in turn
provide access to Analytics, Storage, Auth and other capabilities.
| |
| ServiceProxy |
A base class for other classes that provide platform capabilities like Notifications, Storage, Analytics, etc.
|
| Interface | Description | |
|---|---|---|
| IMobileBackend |
Interface that represents a Mobile Backend in the Mobile Cloud Service and provides access to all capabilities of the backend.
The MobileBackendManager create all MobileBackends specified in the MobileBackendManager's configuration.
|