Click or drag to resize
MobileBackendConfiguration Constructor (String, Uri, String, Boolean)
Initializes a configuration object with the given properties.

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 MobileBackendConfiguration(
	string name,
	Uri baseUri,
	string applicationKey,
	bool isDefault
)

Parameters

name
Type: SystemString
The name of the Mobile Backend.
baseUri
Type: SystemUri
The base uri of the Mobile Backend.
applicationKey
Type: SystemString
The app key for this mobile application.
isDefault
Type: SystemBoolean
Whether this Mobile Backend is the default, only one Mobile Backend in the MobileBackedManager can be marked as the default.
See Also