Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

User Guide: SDKs > Android SDK > Invoking an Object Service

Invoking an Object Service

Volt MX provides programmatic access to the backend data through Online Object Services. You must perform the following steps to gain the access:

  1. Acquire a current instance of your object service.

  2. Use the object service instance with data transfer objects to communicate as needed with your backend.

To acquire a current instance of your object service, refer to getObjectService Method documentation.

To know more about the methods that act on the Volt MX Foundry endpoint directly, refer to OnlineObjectService Class documentation.