MobileBackendConfiguration Constructor (String, Uri, String, Boolean) |
Initializes a configuration object with the given properties.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendConfiguration(
string name,
Uri baseUri,
string applicationKey,
bool isDefault
)
Public Sub New (
name As String,
baseUri As Uri,
applicationKey As String,
isDefault As Boolean
)
public:
MobileBackendConfiguration(
String^ name,
Uri^ baseUri,
String^ applicationKey,
bool isDefault
)
new :
name : string *
baseUri : Uri *
applicationKey : string *
isDefault : bool -> MobileBackendConfiguration
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