GoogleMobileAdsScript.HandleInterstitialFailedToLoad C# (CSharp) Method

HandleInterstitialFailedToLoad() public method

public HandleInterstitialFailedToLoad ( object sender, GoogleMobileAds.Api.AdFailedToLoadEventArgs args ) : void
sender object
args GoogleMobileAds.Api.AdFailedToLoadEventArgs
return void
    public void HandleInterstitialFailedToLoad(object sender, AdFailedToLoadEventArgs args)
    {
        print("HandleInterstitialFailedToLoad event received with message: " + args.Message);
    }