C# Class DeltaDNAAds.Android.AdService

Inheritance: ISmartAdsManager
Datei anzeigen Open project: deltaDNA/unity-sdk

Public Methods

Method 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

Method Description
AdService ( DDNASmartAds ads ) : System.Collections.Generic

Method Details

EngageResponse() public method

public EngageResponse ( string id, string response, int statusCode, string error ) : void
id string
response string
statusCode int
error string
return void

IsInterstitialAdAllowed() public method

public IsInterstitialAdAllowed ( Engagement engagement ) : bool
engagement Engagement
return bool

IsInterstitialAdAvailable() public method

public IsInterstitialAdAvailable ( ) : bool
return bool

IsRewardedAdAllowed() public method

public IsRewardedAdAllowed ( Engagement engagement ) : bool
engagement Engagement
return bool

IsRewardedAdAvailable() public method

public IsRewardedAdAvailable ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnPause() public method

public OnPause ( ) : void
return void

OnResume() public method

public OnResume ( ) : void
return void

RegisterForAds() public method

public RegisterForAds ( string decisionPoint ) : void
decisionPoint string
return void

ShowInterstitialAd() public method

public ShowInterstitialAd ( ) : void
return void

ShowInterstitialAd() public method

public ShowInterstitialAd ( string decisionPoint ) : void
decisionPoint string
return void

ShowRewardedAd() public method

public ShowRewardedAd ( ) : void
return void

ShowRewardedAd() public method

public ShowRewardedAd ( string decisionPoint ) : void
decisionPoint string
return void