예제 #1
0
    // Interstitial Events


    private void OnInterstitialLoadedEvent(string adUnitId)
    {
        _demoGUI.AdLoaded(adUnitId);
    }
예제 #2
0
    // Interstitial Events


    private void OnInterstitialLoadedEvent(string adUnitId)
    {
        Debug.Log("OnInterstitialLoadedEvent: " + adUnitId);
        _demoGUI.AdLoaded(adUnitId);
    }