BrazeButton class

Constructors

BrazeButton(dynamic buttonJson)

Properties

clickAction ClickAction
Button click action
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
Id for analytics
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Button text
getter/setter pair
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

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