Click or drag to resize
Oracle.Cloud.Mobile.MobileBackend Namespace
 
Classes
  ClassDescription
Public classAppConfig
Class that provides access to the application configuration downloaded from the mobile backend.
Public classMobileBackend
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.
Public classMobileBackendException
Exception class thrown to callers.
Public classMobileBackendManager
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.
Public classServiceProxy
A base class for other classes that provide platform capabilities like Notifications, Storage, Analytics, etc.
Interfaces
  InterfaceDescription
Public interfaceIMobileBackend
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.