Click or drag to resize
MobileBackendManager Class
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.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.MobileBackendMobileBackendManager

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class MobileBackendManager

The MobileBackendManager type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
The configuration of the application. The configuration should be set once before any Mobile Backends are accessed.
Public propertyDefaultMobileBackend
Returns the default MobileBackend object if specified by the configuration.
Public propertyStatic memberManager
Returns the singleton MobileBackendManager object.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMobileBackend
Returns a MobileBackend object with the specified name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also