Click or drag to resize
MobileBackendGetService Method (Type)
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 Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
The type of the Service Proxy, ex. Storage, Notifications, etc.

Return Value

Type: Object
The Service Proxy for this MobileBackend.

Implements

IServiceProviderGetService(Type)
IMobileBackendGetService(Type)
See Also