ImageOnlyMessage

class ImageOnlyMessage : InAppMessage


Encapsulates a Firebase In App ImageOnly Message.

Summary

Public properties

Action?
ImageData

!!!!!WARNING!!!!! We are overriding equality in this class.

Inherited functions

From com.google.firebase.inappmessaging.model.InAppMessage
Button?

This function is deprecated.

Use the message specific methods (see CardMessage, ModalMessage, BannerMessage, ImageOnlyMessage) instead.

String?

This function is deprecated.

Use the message specific methods (see CardMessage, ModalMessage, BannerMessage, ImageOnlyMessage) instead.

Text?

This function is deprecated.

Use the message specific methods (see CardMessage, ModalMessage, BannerMessage, ImageOnlyMessage) instead.

String?

This function is deprecated.

Use getCampaignMetadata instead.

CampaignMetadata?

Gets the CampaignMetadata of the message

String?

This function is deprecated.

Use getCampaignMetadata instead.

(Mutable)Map<String!, String!>?

Gets the extra data map of the message.

String?

This function is deprecated.

Use the message specific methods (see CardMessage, ModalMessage, BannerMessage, ImageOnlyMessage) instead.

Boolean?

This function is deprecated.

Use getCampaignMetadata instead.

MessageType?

Gets the MessageType of the message

Text?

This function is deprecated.

Use the message specific methods (see CardMessage, ModalMessage, BannerMessage, ImageOnlyMessage) instead.

Public properties

action

val actionAction?

imageData

val imageDataImageData

!!!!!WARNING!!!!! We are overriding equality in this class. Please add equality checks for all new private class members.