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