onViewAppeared property

void Function(Map? adData, String? trackingId)? onViewAppeared
final

Optional callback triggered when the ad view appears on the screen.

The callback receives a Map with ad data and an optional cliUbid string.

Implementation

final void Function(Map? adData, String? trackingId)? onViewAppeared;