flutter_mintegral library

Classes

The base class for all ads.
AdSize
AdSize represents the size of a banner ad.
AdWidget
Displays an Ad as a Flutter widget.
AdWidgetState
AdWithoutView
An Ad that is overlaid on top of the UI.
AdWithView
Base class for mobile Ad that has an in-line view.
AdWithViewListener
Shared event callbacks used in Banner ads.
BannerAd
A banner ad.
BannerAdListener
A listener for receiving notifications for the lifecycle of a BannerAd.
FullScreenAdLoadCallback<T>
Generic parent class for ad load callbacks.
FullScreenContentCallback<Ad>
Callback events for for full screen ads, such as Rewarded and Interstitial.
InterstitialAd
A full-screen interstitial ad for the Mintegral Plugin.
InterstitialAdLoadCallback
This class holds callbacks for loading a InterstitialAd.
MBridgeIds
Contains information about the loaded ad.
Mintegral
RewardedAdLoadCallback
This class holds callbacks for loading a RewardVideoAd.
RewardInfo
Credit information about a reward received from a RewardVideoAd or InterstitialAd.
RewardVideoAd
An Ad where a user has the option of interacting with in exchange for in-app rewards.
SplashAd
A full-screen app open ad for the Mintegral Plugin.
SplashAdLoadCallback
This class holds callbacks for loading an SplashAd.
SplashContentCallback<Ad>
Callback events for for splash ads.

Enums

DismissType

Typedefs

AdErrorCallback = void Function(Ad ad, String error)
The callback type to handle an error loading an Ad.
AdEventCallback = void Function(Ad ad)
The callback type to handle an event occurring for an Ad.
FullScreenAdLoadErrorCallback = void Function(String 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.
RewardedAdDismissedCallback<Ad> = void Function(Ad ad, RewardInfo rewardInfo)
A callback type for when dismissed a rewarded ad.
SplashAdDismissedCallback<Ad> = void Function(Ad ad, DismissType type)
A callback type for when dismissed a splash ad.