Show / Hide Table of Contents

Interface IEAZAdsManager

Interface that provides access to Ads functionalities.

Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
public interface IEAZAdsManager

Methods

InterstitialAdsCancel()

Calling this function informs Platform that user canceled Interstitial Ads.

Declaration
void InterstitialAdsCancel()

InterstitialAdsError()

Calling this function informs Platform that during Interstitial Ads an error ocurred.

Declaration
void InterstitialAdsError()

InterstitialAdsSuccess()

Calling this function informs Platform that user successfully finished watching the Interstitial Ads.

Declaration
void InterstitialAdsSuccess()

RewardedVideoAdsCancel()

Calling this function informs Platform that user canceled Rewarded Video Ads.

Declaration
void RewardedVideoAdsCancel()

RewardedVideoAdsError()

Calling this function informs Platform that during Rewarded Video Ads an error ocurred.

Declaration
void RewardedVideoAdsError()

RewardedVideoAdsSuccess()

Calling this function informs Platform that user successfully finished watching the Rewarded Video Ads, and earned his reward.

Declaration
void RewardedVideoAdsSuccess()

Events

OnShowInterstitialAds

Will be trigerred when it is necessary to show the Interstitial Ads.

Declaration
event Action OnShowInterstitialAds
Event Type
Type Description
System.Action

OnShowRewardedVideoAds

Will be trigerred when it is necessary to show the Rewarded Video Ads.

Declaration
event Action OnShowRewardedVideoAds
Event Type
Type Description
System.Action
Back to top Generated by DocFX