Short News Card
class ShortNewsCard(jsonObject: JSONObject, manager: ERROR CLASS: Symbol not found for IBrazeManager?? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ERROR CLASS: Symbol not found for ICardAnalyticsProvider?? = null) : Card
A Content Card that displays a small image alongside a title, description, and optional action hint.
Constructors
Link copied to clipboard
constructor(jsonObject: JSONObject, manager: ERROR CLASS: Symbol not found for IBrazeManager?? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ERROR CLASS: Symbol not found for ICardAnalyticsProvider?? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Indicates if this card is dismissed.
Link copied to clipboard
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
Link copied to clipboard
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.
Link copied to clipboard