AdMob
Last updated
Last updated
bannerAd, fullScreenAd and rewardsAd can be called for displaying the particular ad.
fullScreenAdCallback and rewardsAdCallback - This callback function is called on successfully displaying the ad, when it is dismissed or in case of any error with values like status, error, additionalData and rewardsData.
status - Values for status will be
"success" - When ad is show successfully.
"adDismissed" - When ad is dismissed by user.
"adLoadFailure" - When ad could not be loaded.
"adError" - When ad could not be loaded on full screen.
"rewardSuccess" - When user completes the reward ad.