BannerMessage

class BannerMessage : InAppMessage


Encapsulates a Firebase In App Banner Message.

Summary

Public properties

Action?
String
Text?
ImageData?
Text

!!!!!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 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

Public properties

action

val actionAction?

backgroundHexColor

val backgroundHexColorString

body

val bodyText?

imageData

val imageDataImageData?

title

val titleText

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