Card

constructor(jsonObject: JSONObject, brazeManager: IBrazeManager?, cardStorage: ICardStorageProvider<*>?, cardAnalytics: ICardAnalyticsProvider?)

Parameters

jsonObject

JSON representation of the card

brazeManager

Allows the card to report clicks internally

cardStorage

Allows the card to persist its viewed/unviewed state


constructor(jsonObject: JSONObject)