MaxNetworkResponse class

Represents an ad response in a waterfall.

Properties

adLoadState AdLoadState
The state of the ad that this MAAdapterResponseInfo object represents. For more info, see the AdLoadState enum.
final
credentials Map<String, dynamic>
The credentials used to load an ad from this adapter, as entered in the AppLovin MAX dashboard.
final
error MaxError?
The ad load error this network response resulted in. Will be null if an attempt to load an ad has not been made or an ad was loaded successfully (i.e. the loadState is NOT AdLoadState.adFailedToLoad).
final
hashCode int
The hash code for this object.
no setterinherited
latency double
The amount of time the network took to load (either successfully or not) an ad, in seconds. If an attempt to load an ad has not been made (i.e. the loadState is AdLoadState.adLoadNotAttempted), the value will be -1.
final
mediatedNetwork MaxMediatedNetworkInfo
The mediated network that this adapter response info object represents.
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited