C# 클래스 DeltaDNAAds.Android.AdService

상속: ISmartAdsManager
파일 보기 프로젝트 열기: deltaDNA/unity-sdk

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AdService ( DDNASmartAds ads ) : System.Collections.Generic

메소드 상세

EngageResponse() 공개 메소드

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

IsInterstitialAdAllowed() 공개 메소드

public IsInterstitialAdAllowed ( Engagement engagement ) : bool
engagement Engagement
리턴 bool

IsInterstitialAdAvailable() 공개 메소드

public IsInterstitialAdAvailable ( ) : bool
리턴 bool

IsRewardedAdAllowed() 공개 메소드

public IsRewardedAdAllowed ( Engagement engagement ) : bool
engagement Engagement
리턴 bool

IsRewardedAdAvailable() 공개 메소드

public IsRewardedAdAvailable ( ) : bool
리턴 bool

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnPause() 공개 메소드

public OnPause ( ) : void
리턴 void

OnResume() 공개 메소드

public OnResume ( ) : void
리턴 void

RegisterForAds() 공개 메소드

public RegisterForAds ( string decisionPoint ) : void
decisionPoint string
리턴 void

ShowInterstitialAd() 공개 메소드

public ShowInterstitialAd ( ) : void
리턴 void

ShowInterstitialAd() 공개 메소드

public ShowInterstitialAd ( string decisionPoint ) : void
decisionPoint string
리턴 void

ShowRewardedAd() 공개 메소드

public ShowRewardedAd ( ) : void
리턴 void

ShowRewardedAd() 공개 메소드

public ShowRewardedAd ( string decisionPoint ) : void
decisionPoint string
리턴 void