AdEventCallback typedef

AdEventCallback = void Function(Ad ad)

The callback type to handle an event occurring for an Ad.

Implementation

typedef AdEventCallback = void Function(Ad ad);