AdapterResponseInfo class
Response information for an individual ad network in an ad response.
Constructors
-
AdapterResponseInfo({required String adapterClassName, required int latencyMillis, required String description, required Map<
String, String> adUnitMapping, required String adSourceName, required String adSourceId, required String adSourceInstanceName, required String adSourceInstanceId, AdError? adError}) - Constructs an AdapterResponseInfo.
Properties
- adapterClassName → String
-
A class name that identifies the ad network adapter.
final
- adError → AdError?
-
The error that occurred while rendering the ad.
final
- adSourceId → String
-
The ad source ID associated with this adapter response.
final
- adSourceInstanceId → String
-
The ad source instance id associated with this adapter response.
final
- adSourceInstanceName → String
-
The ad source instance name associated with this adapter response.
final
- adSourceName → String
-
The ad source name associated with this adapter response.
final
-
adUnitMapping
→ Map<
String, String> -
Network configuration set on the AdMob UI.
final
- description → String
-
A log friendly string version of this object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latencyMillis → int
-
The amount of time the ad network adapter spent loading an ad.
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