countedResponse property

dynamic Function(Placement, AdNetwork)? countedResponse
getter/setter pair

Notifies that an response has been counted for a given network.

AdNetwork: Network for which the request has been counted.

Implementation

Function(Placement, AdNetwork)? countedResponse;