IMobileBackendGetService Method (Type) |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxObject GetService(
Type serviceType
)
Function GetService (
serviceType As Type
) As Object
Object^ GetService(
Type^ serviceType
)
abstract GetService :
serviceType : Type -> Object
Parameters
- serviceType
- Type: SystemType
The type of the Service Proxy, ex. Storage, Notifications, etc.
Return Value
Type:
ObjectThe Service Proxy for this MobileBackend.
See Also