AdLoadState enum
Represents load state of an ad in the waterfall.
This enum contains possible states of an ad in the waterfall the adapter response info could represent.
Values
- adLoadNotAttempted → const AdLoadState
-
The AppLovin MAX SDK did not attempt to load an ad from this network in the waterfall because an ad higher in the waterfall loaded successfully.
- adLoaded → const AdLoadState
-
An ad successfully loaded from this network.
- adFailedToLoad → const AdLoadState
-
An ad failed to load from this network.
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<
AdLoadState> - A constant List of the values in this enum, in order of their declaration.