C# Class DeltaDNAAds.InterstitialAd

Show file Open project: deltaDNA/unity-sdk Class Usage Examples

Public Methods

Method Description
Create ( ) : InterstitialAd
Create ( Engagement engagement ) : InterstitialAd
IsReady ( ) : bool
Show ( ) : void

Private Methods

Method Description
InterstitialAd ( ) : System
OnInterstitialAdClosedHandler ( ) : void
OnInterstitialAdFailedToOpenHandler ( string reason ) : void
OnInterstitialAdOpenedHandler ( ) : void

Method Details

Create() public static method

public static Create ( ) : InterstitialAd
return InterstitialAd

Create() public static method

public static Create ( Engagement engagement ) : InterstitialAd
engagement Engagement
return InterstitialAd

IsReady() public method

public IsReady ( ) : bool
return bool

Show() public method

public Show ( ) : void
return void