Captioned Image Card
    class CaptionedImageCard @JvmOverloads constructor(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null) : Card
Constructors
Link copied to clipboard
                fun CaptionedImageCard(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null)
Functions
Link copied to clipboard
                The JSONObject representation of this card.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Reports that this card was displayed to the user.
Properties
Link copied to clipboard
                The CardType representing the type of this card or CardType.DEFAULT if the type is not known.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                The ICardListener that gets called when isIndicatorHighlighted is set.
Link copied to clipboard