C# Class AdvertManager, ProjetDUT

Inheritance: MonoBehaviour
Afficher le fichier Open project: lutrampal/ProjetDUT Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateRequest ( ) : AdRequest

Method Details

HandleInterstitialClosed() public static méthode

public static HandleInterstitialClosed ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

HandleInterstitialClosing() public static méthode

public static HandleInterstitialClosing ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

HandleInterstitialFailedToLoad() public static méthode

public static HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
sender object
args GoogleMobileAds.Api.AdFailedToLoadEventArgs
Résultat void

HandleInterstitialLeftApplication() public static méthode

public static HandleInterstitialLeftApplication ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

HandleInterstitialLoaded() public static méthode

public static HandleInterstitialLoaded ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

HandleInterstitialOpened() public static méthode

public static HandleInterstitialOpened ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

LoadInterstistialAd() public static méthode

public static LoadInterstistialAd ( ) : GoogleMobileAds.Api.InterstitialAd
Résultat GoogleMobileAds.Api.InterstitialAd

ShowAndDestroyInterstitialAd() public static méthode

public static ShowAndDestroyInterstitialAd ( GoogleMobileAds.Api.InterstitialAd interstitial ) : void
interstitial GoogleMobileAds.Api.InterstitialAd
Résultat void