ClickThroughAction enum

Enum representing the possible actions when a user clicks on the ad banner.

Inheritance
Available extensions

Values

returnUrl → const ClickThroughAction

return the plain url.

openSdkBrowser → const ClickThroughAction

open the url in the in-app browser.

openDeviceBrowser → const ClickThroughAction

open the url in the device's default browser.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ClickThroughAction>
A constant List of the values in this enum, in order of their declaration.