deserialize Content Card
Helper method for IBraze.deserializeContentCard.
Parameters
content Card String
The string content of a Content Card's JSONObject obtained via JSONObject.toString.
Constructs a Content Card from its Card.forJsonPut output. Useful for caching Content Card data and recreating them for your own purposes.
Note that the analytics methods on this deserialized cards will work in the same way as a standard Braze provided Card. I.e. clicks and impressions can be logged on the returned object.
Parameters
content Card Json
The JSONObject representation of a Content Card as obtained via Card.forJsonPut.