Click or drag to resize
IMobileBackend Methods

The IMobileBackend type exposes the following members.

Methods
  NameDescription
Public methodCreateHttpClient
Configures and returns a new HttpClient instance that can talk to the Mobile Backend. Auth and Diagnostics headers will be automatically inserted.
Public methodGetCustomCodeUriForPath
Returns a URI for a custom API with the given path in the Mobile Cloud Service. The path to the custom API.
Public methodGetPlatforUriForPath
Returns a URI for a platform API with the given path in the Mobile Cloud Service. The path to the platform API.
Public methodGetService(Type)
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Public methodGetServiceT
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Public methodLoadAppConfigAsync
Downloads the configuration from the service. The AppConfig property will contain the downloaded configuration.
Top
See Also