ClickThroughAction enum
Enum representing the possible actions when a user clicks on the ad banner.
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
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.