BrazeContentCard class
Constructors
- BrazeContentCard.new(String _data)
Properties
- clicked ↔ bool
-
Content Card clicked
getter/setter pair
- contentCardJsonString ↔ String
-
Content Card json
getter/setter pair
- created ↔ int
-
Content Card created
getter/setter pair
- description ↔ String
-
Content Card description
getter/setter pair
- dismissable ↔ bool
-
Content Card dismissable
getter/setter pair
- expiresAt ↔ int
-
Content Card expires at
getter/setter pair
-
extras
↔ Map<
String, String> -
Key-value pair extras
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
Content Card id
getter/setter pair
- image ↔ String
-
Content Card image
getter/setter pair
- imageAspectRatio ↔ num
-
Content Card image aspect ratio
getter/setter pair
- isControl ↔ bool
-
Content Card control
getter/setter pair
- linkText ↔ String
-
Content Card link text
getter/setter pair
- pinned ↔ bool
-
Content Card pinned
getter/setter pair
- removed ↔ bool
-
Content Card removed
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
Content Card title
getter/setter pair
- type ↔ String
-
Content Card type
getter/setter pair
- url ↔ String
-
Content Card url
getter/setter pair
- useWebView ↔ bool
-
Content Card use web view
getter/setter pair
- viewed ↔ bool
-
Content Card viewed
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