Fullscreen Content Delegate
class FullscreenContentDelegate(onDismissed: () -> Unit, onShown: () -> Unit, onImpression: () -> Unit, onClick: () -> Unit, onFailure: (Exception) -> Unit) : FullScreenContentCallback
A FullScreenContentCallback for handling full-screen ad content events.
Parameters
on Dismissed
A callback invoked when the ad is dismissed.
on Shown
A callback invoked when the ad is shown.
on Impression
A callback invoked when an impression is recorded for the ad.
on Click
A callback invoked when the ad is clicked.
on Failure
A callback invoked when the ad fails to show.