Encapsulates a Firebase In App Banner Message.
Public Method Summary
Action |
getAction()
This method is deprecated. Use the message specific methods (see
CardMessage ,
ModalMessage ,
BannerMessage ,
ImageOnlyMessage ) instead.
|
String |
getBackgroundHexColor()
This method is deprecated. Use the message specific methods (see
CardMessage ,
ModalMessage ,
BannerMessage ,
ImageOnlyMessage ) instead.
|
Text |
getBody()
This method is deprecated. Use the message specific methods (see
CardMessage ,
ModalMessage ,
BannerMessage ,
ImageOnlyMessage ) instead.
|
ImageData |
getImageData()
This method is deprecated. Use the message specific methods (see
CardMessage ,
ModalMessage ,
BannerMessage ,
ImageOnlyMessage ) instead.
|
Text |
getTitle()
This method is deprecated. Use the message specific methods (see
CardMessage ,
ModalMessage ,
BannerMessage ,
ImageOnlyMessage ) instead.
|
Inherited Method Summary
Public Methods
public Action getAction ()
This method is deprecated.
Use the message specific methods (see CardMessage
,
ModalMessage
,
BannerMessage
,
ImageOnlyMessage
)
instead.
Gets the Action
associated with this message
public String getBackgroundHexColor ()
This method is deprecated.
Use the message specific methods (see CardMessage
,
ModalMessage
,
BannerMessage
,
ImageOnlyMessage
)
instead.
Gets the background hex color associated with this message
public Text getBody ()
This method is deprecated.
Use the message specific methods (see CardMessage
,
ModalMessage
,
BannerMessage
,
ImageOnlyMessage
)
instead.
Gets the body Text
associated with this message
public ImageData getImageData ()
This method is deprecated.
Use the message specific methods (see CardMessage
,
ModalMessage
,
BannerMessage
,
ImageOnlyMessage
)
instead.
Gets the ImageData
associated with this message
public Text getTitle ()
This method is deprecated.
Use the message specific methods (see CardMessage
,
ModalMessage
,
BannerMessage
,
ImageOnlyMessage
)
instead.
Gets the title Text
associated with this message