execute

fun execute(scriptHeader: HashMap<String, String> = HashMap<String, String>(), scriptBody: JSONObject = JSONObject(), scriptQuery: JSONObject = JSONObject()): ByteArray?

//This method is not available yet, use executeInBackground insteads. Execute the script with request parameters

Return

Result to script

Parameters

header

header data

body

content data

query

query params

Throws

exception sdk internal or NIFCLOUD mobile backend