Short News Card
class ShortNewsCard @JvmOverloads constructor(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null) : Card
Constructors
Link copied to clipboard
constructor(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null)
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
The categories for this Feed card. Note that this value will be null for ContentCards.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates if this card is dismissed.
Link copied to clipboard
True if this card is dismissible by the user, false otherwise.
Link copied to clipboard
The current status of visual indicator at the bottom of the card highlight state. This value changes from true to false when the card goes offscreen for the first time.
Link copied to clipboard
The ICardListener that gets called when isIndicatorHighlighted is set.
Link copied to clipboard
Whether Uris for this card should be opened in Braze's WebView or not.
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.