contentCallback property

  1. @Deprecated("Replaced with separate callbacks: onAdLoaded, onAdFailedToLoad, and others.")
ScreenAdContentCallback? contentCallback
getter/setter pair

Gets or sets the callback for handling ad content events.

This callback is used to handle various ad content events, such as when the ad is loaded, failed to load, or shown. Setting this property allows you to respond to these events as needed.

Implementation

@Deprecated(
    "Replaced with separate callbacks: onAdLoaded, onAdFailedToLoad, and others.")
ScreenAdContentCallback? contentCallback;