Image Only Card
class ImageOnlyCard(jsonObject: <Error class: unknown class>, manager: <Error class: unknown class>? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: <Error class: unknown class>? = null) : Card
Constructors
Link copied to clipboard
constructor(jsonObject: <Error class: unknown class>, manager: <Error class: unknown class>? = null, cardStorageProvider: ICardStorageProvider<*>? = null, cardAnalyticsProvider: <Error class: unknown class>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The aspect ratio of the card image. If none is present, returns 0f. This field is meant to serve as a hint before image loading completes. Note that the field may not be supplied in certain circumstances.
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
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.