Function Calls
Prerequisite
The app must be initialized see here and user must be logged in authenticate
code snippet
let result = app.currentUser.callFunction("<functionName>", arg1,arg2, ... )
//use the result in your app
The app must be initialized see here and user must be logged in authenticate
let result = app.currentUser.callFunction("<functionName>", arg1,arg2, ... )
//use the result in your app