ClickAction enum Null safety
Braze in-app message click actions
Messages with a "uri" click action should navigate to the specified uri while respecting the "useWebView" field of the message's BrazeInAppMessage object if appropriate.
Constructors
- ClickAction()
-
const
Values
- news_feed → const ClickAction
- uri → const ClickAction
- none → const ClickAction
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ClickAction> -
A constant List of the values in this enum, in order of their declaration.
[news_feed, uri, none]