BannerAdResult enum
Values
- ERROR → const BannerAdResult
-
Banner Ad error.
- LOADED → const BannerAdResult
-
Banner Ad loaded successfully.
- CLICKED → const BannerAdResult
-
Banner Ad clicked.
- LOGGING_IMPRESSION → const BannerAdResult
-
Banner Ad impression logged.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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.