C# Class AdvertManager, ProjetDUT

Inheritance: MonoBehaviour
Mostra file Open project: lutrampal/ProjetDUT Class Usage Examples

Public Methods

Method Description
HandleInterstitialClosed ( object sender, EventArgs args ) : void
HandleInterstitialClosing ( object sender, EventArgs args ) : void
HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
HandleInterstitialLeftApplication ( object sender, EventArgs args ) : void
HandleInterstitialLoaded ( object sender, EventArgs args ) : void
HandleInterstitialOpened ( object sender, EventArgs args ) : void
LoadInterstistialAd ( ) : GoogleMobileAds.Api.InterstitialAd
ShowAndDestroyInterstitialAd ( GoogleMobileAds.Api.InterstitialAd interstitial ) : void

Private Methods

Method Description
CreateRequest ( ) : AdRequest

Method Details

HandleInterstitialClosed() public static method

public static HandleInterstitialClosed ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

HandleInterstitialClosing() public static method

public static HandleInterstitialClosing ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

HandleInterstitialFailedToLoad() public static method

public static HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
sender object
args GoogleMobileAds.Api.AdFailedToLoadEventArgs
return void

HandleInterstitialLeftApplication() public static method

public static HandleInterstitialLeftApplication ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

HandleInterstitialLoaded() public static method

public static HandleInterstitialLoaded ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

HandleInterstitialOpened() public static method

public static HandleInterstitialOpened ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

LoadInterstistialAd() public static method

public static LoadInterstistialAd ( ) : GoogleMobileAds.Api.InterstitialAd
return GoogleMobileAds.Api.InterstitialAd

ShowAndDestroyInterstitialAd() public static method

public static ShowAndDestroyInterstitialAd ( GoogleMobileAds.Api.InterstitialAd interstitial ) : void
interstitial GoogleMobileAds.Api.InterstitialAd
return void