BannerAdResult enum
Constructors
- BannerAdResult()
-
const
Values
- ERROR → const BannerAdResult
-
const BannerAdResult(0)
- LOADED → const BannerAdResult
-
const BannerAdResult(1)
- CLICKED → const BannerAdResult
-
const BannerAdResult(2)
- LOGGING_IMPRESSION → const BannerAdResult
-
const BannerAdResult(3)
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<
BannerAdResult> -
A constant List of the values in this enum, in order of their declaration.
[ERROR, LOADED, CLICKED, LOGGING_IMPRESSION]