flutter_openwrap_event_handler_gam library

Classes

GAMBannerEventHandler
This class implements the communication between the OpenWrap SDK plugin and the GAM SDK plugin for a given ad unit. It implements the PubMatic's OpenWrap interface. OpenWrap SDK notifies (using OpenWrap interface) to make a request to GAM SDK and pass the targeting parameters. This class also creates the GAM's PublisherAdView, initialize it and listen for the callback methods. And pass the GAM ad event to OpenWrap SDK via POBBannerEventListener.
GAMInterstitialEventHandler
This class implements the communication between the OpenWrap SDK plugin and the GAM SDK plugin for a given ad unit. It implements the PubMatic's OpenWrap interface. OpenWrap SDK notifies (using OpenWrap interface) to make a request to GAM SDK and pass the targeting parameters. This class also creates the GAM's PublisherAdView, initialize it and listen for the callback methods. And pass the GAM ad event to OpenWrap SDK via POBInterstitialEventListener.

Typedefs

GAMAppEventListener = void Function(String name, String data)
App Event Listener
GAMConfigureListener = AdManagerAdRequest Function()
Configure Listener