ShortNewsCard

class ShortNewsCard @JvmOverloads constructor(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null) : Card

Constructors

Link copied to clipboard
fun ShortNewsCard(jsonObject: JSONObject, cardKeyProvider: CardKey.Provider, manager: IBrazeManager? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: ICardAnalyticsProvider? = null)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares against another Card instance.

Link copied to clipboard
open override fun forJsonPut(): JSONObject

The JSONObject representation of this card.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Reports this card was clicked.

Link copied to clipboard

Reports that this card was displayed to the user.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val cardType: CardType

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

The UNIX creation time of this Card, in seconds.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Gets the expiration date of the card. Values < 0 mean the card never expires.

Link copied to clipboard

A map of key-value pair extras for this card.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Gets the clicked state of this card. Note that clicks are stored on disk so subsequent instances of this card will retain its clicked state upon recreation.

Link copied to clipboard
Link copied to clipboard

Returns whether this card is a control card. Control cards should not be displayed to the user.

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

True if this card's expiration date has already passed.

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

Whether this card is pinned.

Link copied to clipboard

True if this card was marked as removed, false otherwise.

Link copied to clipboard

Whether this Card arrived from a Braze Dashboard test send.

Link copied to clipboard
var listener: ICardListener? = null

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
Link copied to clipboard

The UNIX last update time of this Card, in seconds.

Link copied to clipboard
open override val url: String?

The url string associated with the card click action or null if not implemented by child class.

Link copied to clipboard

Whether this card has had its impression logged already.