OnPaidEventCallback typedef
OnPaidEventCallback =
void Function(Ad ad, double valueMicros, PrecisionType precision, String currencyCode)
The callback type for when an ad receives revenue value.
Implementation
typedef OnPaidEventCallback =
void Function(
Ad ad,
double valueMicros,
PrecisionType precision,
String currencyCode,
);