parseCallback

open fun parseCallback(jsonArray: JSONArray): List<Callback>

Parse the JSON Array callback response from AM, and transform to Callback instances.

Return

A List of Callback Object

Parameters

jsonArray

The JSON Array callback response from AM

Throws

Any error during the transformation