AttributeMap

constructor(jsonAttributes: JSONObject?)

Constructs a new map containing the values described in a JSONObject. Only Number, String, Boolean, and Array types are supported. null values, nested arrays, and unsupported data types will be ignored.

Parameters

jsonAttributes

a JSON Object containing attributes to populate the map with


constructor()