countedClick property

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

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

AdNetwork: Network for which the request has been counted.

Implementation

Function(Placement, AdNetwork)? countedClick;