Response information for an individual ad network in an ad response.
| AdError |
getAdError()
Gets the error that occurred while rendering the ad.
|
| String |
getAdapterClassName()
Gets a class name that identifies the ad network adapter.
|
| Bundle |
getCredentials()
Gets a bundle containing adapter credentials specified in the AdMob or Ad
Manager UI.
|
| long |
getLatencyMillis()
Gets the amount of time the ad network adapter spent loading an ad.
|
| String |
toString()
Returns a log friendly string version of this object.
|
Gets the error that occurred while rendering the ad. Returns null if no
error occurred or the adapter was not attempted.
Gets a class name that identifies the ad network adapter.
Gets a bundle containing adapter credentials specified in the AdMob or Ad Manager UI.
Gets the amount of time the ad network adapter spent loading an ad. Returns {code 0} if the adapter was not attempted.
Returns a log friendly string version of this object.