IMobileBackend Methods |
The IMobileBackend type exposes the following members.
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.
|