vpon_ad_sdk library
Classes
- Ad
- AdInstanceManager
- AdMessageCodec
- AdWidget
- AdWithoutView
- AdWithView
- AdWithViewListener
- BannerAd
- BannerAdListener
- BannerAdSize
-
FullScreenAdLoadCallback<
T> - Generic parent class for ad load callbacks.
-
FullScreenContentCallback<
Ad> - Callback events for for full screen ads, such as Interstitial.
- InterstitialAd
- InterstitialAdLoadCallback
- NativeAd
- NativeAdListener
- VponAdAudioManager
- VponAdLocationManager
- VponAdRequest
- VponAdSDK
- VponRequestConfiguration
- VponUCB
Enums
Properties
- instanceManager ↔ AdInstanceManager
-
getter/setter pair
Typedefs
- AdEventCallback = void Function(Ad ad)
- The callback type to handle an event occurring for an Ad.
- AdLoadErrorCallback = void Function(Ad ad, Map error)
- The callback type to handle an error loading an Ad.
- FullScreenAdLoadErrorCallback = void Function(Map error)
- A callback type for when an error occurs loading a full screen ad.
-
GenericAdEventCallback<
Ad> = void Function(Ad ad) - Generic callback type for an event occurring on an Ad.