| IMobileBackend Interface |
Namespace: Oracle.Cloud.Mobile.MobileBackend
The IMobileBackend type exposes the following members.
| Name | Description | |
|---|---|---|
| AppConfig |
Returns an instance of AppConfig. Callers can download the configuration form the service by invoking LoadAppConfig().
| |
| ApplicationKey |
The app key of the current mobile application read from the configuration.
| |
| Authorization |
Returns the Authorization object that provides authorization capabilities and access to user properties.
| |
| BaseUri |
The base uri of the Mobile Backend read from the configuration.
| |
| Configuration |
The configuration for the Mobile Backend. This object is readonly.
| |
| CustomCodeUri |
The URI including the path prefix for custom API REST endpoints in the Mobile Cloud Service.
| |
| Diagnostics |
Returns the Diagnostics object that enables end-end debugging across application and cloud.
| |
| Name |
The name of the Mobile Backend read from the configuration.
| |
| PlatformUri |
The URI including the path prefix for platform API REST endpoints in the Mobile Cloud Service.
|
| Name | Description | |
|---|---|---|
| CreateHttpClient |
Configures and returns a new HttpClient instance that can talk to the Mobile Backend. Auth and Diagnostics
headers will be automatically inserted.
| |
| GetCustomCodeUriForPath |
Returns a URI for a custom API with the given path in the Mobile Cloud Service.
The path to the custom API. | |
| GetPlatforUriForPath |
Returns a URI for a platform API with the given path in the Mobile Cloud Service.
The path to the platform API. | |
| GetService(Type) |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
| |
| GetServiceT |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
| |
| LoadAppConfigAsync |
Downloads the configuration from the service. The AppConfig property will contain the downloaded configuration.
|