Exemplo n.º 1
0
 static void mrecViewDidLoadAd(bool isPrecache)
 {
     if (mrecListener != null)
     {
         mrecListener.onMrecLoaded(isPrecache);
     }
 }
Exemplo n.º 2
0
 private static void mrecViewDidLoadAd(bool isPrecache)
 {
     mrecListener?.onMrecLoaded(isPrecache);
 }
Exemplo n.º 3
0
 void onMrecLoaded(bool isPrecache)
 {
     listener.onMrecLoaded(isPrecache);
 }