Actinium SDK

The Actinium SDK provides important facilities you will need to interact with the API server, and extends the Parse SDK with a few notable changes.

Parse Extension

Class

Changes

User

  • Added Meta and Pref extensions

  • Added a list function to easily get a user list

  • Added a trash function that deletes a user but saves the object in the Trash for a limited time

File

Replaced create function

Cloud

Replace the define function where you have to specify the plugin associated with the cloud function

See: Actinium SDK API Docs for available functions and definitions

Last updated