C# Class AvocarrotInterstitial, unity-demo-app

Afficher le fichier Open project: Avocarrot/unity-demo-app Class Usage Examples

Méthodes publiques

Свойство Type Description
onAdClickedEvent Action
onAdDismissedEvent Action
onAdDisplayedEvent Action
onAdErrorEvent Action
onAdLoadedEvent Action

Méthodes publiques

Méthode Description
AvocarrotInterstitial ( string apiKey, string placement ) : System
loadAd ( ) : void
loadAndShowAd ( ) : void
setLogger ( bool logger ) : void
setSandbox ( bool sandbox ) : void
showAd ( ) : bool

Method Details

AvocarrotInterstitial() public méthode

public AvocarrotInterstitial ( string apiKey, string placement ) : System
apiKey string
placement string
Résultat System

loadAd() public méthode

public loadAd ( ) : void
Résultat void

loadAndShowAd() public méthode

public loadAndShowAd ( ) : void
Résultat void

setLogger() public méthode

public setLogger ( bool logger ) : void
logger bool
Résultat void

setSandbox() public méthode

public setSandbox ( bool sandbox ) : void
sandbox bool
Résultat void

showAd() public méthode

public showAd ( ) : bool
Résultat bool

Property Details

onAdClickedEvent public_oe property

public Action onAdClickedEvent
Résultat Action

onAdDismissedEvent public_oe property

public Action onAdDismissedEvent
Résultat Action

onAdDisplayedEvent public_oe property

public Action onAdDisplayedEvent
Résultat Action

onAdErrorEvent public_oe property

public Action onAdErrorEvent
Résultat Action

onAdLoadedEvent public_oe property

public Action onAdLoadedEvent
Résultat Action