executeInBackground

fun executeInBackground(scriptHeader: HashMap<String, String> = HashMap<String, String>(), scriptBody: JSONObject = JSONObject(), scriptQuery: JSONObject = JSONObject(), callback: NCMBCallback)

Execute the script asynchronously with request parameters

Parameters

header

header data //Not available yet

body

content data //Not available yet

query

query params //Not available yet

callback

callback after execute script