Beispiel #1
0
 /// <summary>
 /// Use to refresh the Ad.
 /// NOTE: Not supported on (iOS iAd) or (BB10 Native Ads).
 /// </summary>
 public void Refresh()
 {
     plugin.Refresh();
 }
Beispiel #2
0
 public void Refresh()
 {
     Native.Refresh();
 }