ResponseInfo class

Contains information about the loaded ad or ad request.

For debugging and logging purposes. See https://developers.google.com/admob/android/response-info for more information on how this can be used.

Constructors

ResponseInfo({String? responseId, String? mediationAdapterClassName, List<AdapterResponseInfo>? adapterResponses, AdapterResponseInfo? loadedAdapterResponseInfo, required Map<String, dynamic> responseExtras})
Constructs a ResponseInfo with the responseId and mediationAdapterClassName.
const

Properties

adapterResponses List<AdapterResponseInfo>?
The AdapterResponseInfos containing metadata for each adapter included in the ad response.
final
hashCode int
The hash code for this object.
no setterinherited
loadedAdapterResponseInfo AdapterResponseInfo?
The AdapterResponseInfo of the adapter that was used to load the ad.
final
mediationAdapterClassName String?
The mediation adapter class name of the ad network that loaded the ad.
final
responseExtras Map<String, dynamic>
Map of extra information about the ad response.
final
responseId String?
An identifier for the loaded 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