Click or drag to resize
MobileBackendGetServiceT Method
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public T GetService<T>()
where T : ServiceProxy

Type Parameters

T
The type of the Service Proxy, ex. Storage, Notifications, etc.

Return Value

Type: T
The Service Proxy for this MobileBackend.

Implements

IMobileBackendGetServiceT
See Also