Skip to content

User Guide: SDKs > Cordova (PhoneGap) SDK > Invoking an Object Service

Invoking an Object Service

Volt MX supplies you with programmatic access to backend data, both online and offline. Access is gained in two steps:

  1. Acquire a current instance of your object service.
  2. Use the object service instance together with data transfer objects to communicate as needed with your backend, either online or offline with a local cache.

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

To know more about the methods that act on the MF endpoint directly, refer to OnlineObjectServiceClass documentation.

To know more about the methods that act on the local sync database, refer to OfflineObjectServiceClass documentation.

To know more about the usage of the data transfer objects, refer to Data Transfer Objects documentation.