C# Class DeltaDNAAds.Android.AdService

Inheritance: ISmartAdsManager
Afficher le fichier Open project: deltaDNA/unity-sdk

Méthodes publiques

Méthode Description
EngageResponse ( string id, string response, int statusCode, string error ) : void
IsInterstitialAdAllowed ( Engagement engagement ) : bool
IsInterstitialAdAvailable ( ) : bool
IsRewardedAdAllowed ( Engagement engagement ) : bool
IsRewardedAdAvailable ( ) : bool
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void
RegisterForAds ( string decisionPoint ) : void
ShowInterstitialAd ( ) : void
ShowInterstitialAd ( string decisionPoint ) : void
ShowRewardedAd ( ) : void
ShowRewardedAd ( string decisionPoint ) : void

Private Methods

Méthode Description
AdService ( DDNASmartAds ads ) : System.Collections.Generic

Method Details

EngageResponse() public méthode

public EngageResponse ( string id, string response, int statusCode, string error ) : void
id string
response string
statusCode int
error string
Résultat void

IsInterstitialAdAllowed() public méthode

public IsInterstitialAdAllowed ( Engagement engagement ) : bool
engagement Engagement
Résultat bool

IsInterstitialAdAvailable() public méthode

public IsInterstitialAdAvailable ( ) : bool
Résultat bool

IsRewardedAdAllowed() public méthode

public IsRewardedAdAllowed ( Engagement engagement ) : bool
engagement Engagement
Résultat bool

IsRewardedAdAvailable() public méthode

public IsRewardedAdAvailable ( ) : bool
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnPause() public méthode

public OnPause ( ) : void
Résultat void

OnResume() public méthode

public OnResume ( ) : void
Résultat void

RegisterForAds() public méthode

public RegisterForAds ( string decisionPoint ) : void
decisionPoint string
Résultat void

ShowInterstitialAd() public méthode

public ShowInterstitialAd ( ) : void
Résultat void

ShowInterstitialAd() public méthode

public ShowInterstitialAd ( string decisionPoint ) : void
decisionPoint string
Résultat void

ShowRewardedAd() public méthode

public ShowRewardedAd ( ) : void
Résultat void

ShowRewardedAd() public méthode

public ShowRewardedAd ( string decisionPoint ) : void
decisionPoint string
Résultat void