Click or drag to resize
MobileBackendManagerConfiguration Class
Class for configuring the MobileBackendManager.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationMobileBackendManagerConfiguration

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

The MobileBackendManagerConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodMobileBackendManagerConfiguration
Initializes an empty configuration object.
Public methodMobileBackendManagerConfiguration(Stream)
Reads the configuration from a json stream.
Public methodMobileBackendManagerConfiguration(String)
Reads the configuration from an asset. The URI ("ms-appx:///") may or may not be pre-pended.
Public methodMobileBackendManagerConfiguration(StorageFile)
Reads the configuration from a json file.
Top
Properties
  NameDescription
Public propertyLogLevel
The log level to be used by the SDK.
Public propertyMobileBackendConfigurations
List of configurations for Mobile Backends.
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 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