BrazeInAppMessage class

Constructors

BrazeInAppMessage(String _data)

Properties

buttons List<BrazeButton>
Buttons to display alongside this in-app message
getter/setter pair
clickAction ClickAction
In-app message body click action
getter/setter pair
dismissType DismissType
In-app message dismiss type
getter/setter pair
duration int
In-app message display duration in milliseconds
getter/setter pair
extras Map<String, String>
Key-value pair extras
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
In-app message header
getter/setter pair
imageUrl String
Url of the image to display alongside the message
getter/setter pair
inAppMessageJsonString String
In-app message json
getter/setter pair
isTestSend bool
getter/setter pair
message String
In-app message text
getter/setter pair
messageType MessageType
In-app message type
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
Uri to navigate to on-click
getter/setter pair
useWebView bool
Whether to use a webview to display the uri when clicked
getter/setter pair
zippedAssetsUrl String
Url of zipped assets to display with an HTML message
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited