IInAppMessageWithImage

IInAppMessageHtml is the base model interface for getting/setting the image of a message.

Priority of image is Bitmap, then localImageUrl, then remoteImageUrl

Properties

Link copied to clipboard
abstract var bitmap: Bitmap?

The bitmap on this in-app message.

Link copied to clipboard

The status of the image download on this in-app message. If the image specified by remoteImageUrl could not be downloaded successfully then this should return false. Returns false by default.

Link copied to clipboard
abstract val imageUrl: String?

Gets the image url on this in-app message.

Link copied to clipboard
abstract var localImageUrl: String?

The local uri of this in-app message image.

Link copied to clipboard
abstract var remoteImageUrl: String?

The remote uri of this in-app message image.

Inheritors

Link copied to clipboard