ExitEvent class
Exit event of the creative.
Constructors
- ExitEvent()
- ExitEvent.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
The name of the click tag of the exit event. The name must be unique
within one creative. Leave it empty or unset for creatives containing
image assets only.
read / write
- reportingName ↔ String
-
The name used to identify this event in reports. Leave it empty or unset
for creatives containing image assets only.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ String
-
Required. The type of the exit event.
Possible string values are: [...]
read / write
- url ↔ String
-
Required. The click through URL of the exit event. This is required when
type is: *
EXIT_EVENT_TYPE_DEFAULT
*EXIT_EVENT_TYPE_BACKUP
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited