C# Class DeltaDNAAds.InterstitialAd

Afficher le fichier Open project: deltaDNA/unity-sdk Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : InterstitialAd
Create ( Engagement engagement ) : InterstitialAd
IsReady ( ) : bool
Show ( ) : void

Private Methods

Méthode Description
InterstitialAd ( ) : System
OnInterstitialAdClosedHandler ( ) : void
OnInterstitialAdFailedToOpenHandler ( string reason ) : void
OnInterstitialAdOpenedHandler ( ) : void

Method Details

Create() public static méthode

public static Create ( ) : InterstitialAd
Résultat InterstitialAd

Create() public static méthode

public static Create ( Engagement engagement ) : InterstitialAd
engagement Engagement
Résultat InterstitialAd

IsReady() public méthode

public IsReady ( ) : bool
Résultat bool

Show() public méthode

public Show ( ) : void
Résultat void