GenericAdEventCallback<Ad> typedef

GenericAdEventCallback<Ad> = void Function(Ad ad)

Generic callback type for an event occurring on an Ad.

Implementation

typedef GenericAdEventCallback<Ad> = void Function(Ad ad);