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.

Inheritance

Constructors

AdLoadState()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.