|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
open
method can still be called.
schedule
method can still be called.
createAdLink(Activity, String, RevMobAdsListener)
Link ad = revmob.createAdLink(this, null, null);
ad.open();
createBanner(Activity, String, RevMobAdsListener)
createBanner(Activity, String, RevMobAdsListener)
createBanner(Activity, String, RevMobAdsListener)
Banner ad = revmob.createBanner(this, null, null);
addContentView(ad);
createFullscreen(Activity, String, RevMobAdsListener)
Fullscreen ad = revmob.createFullscreen(this, null, null);
ad.show();
createPopup(Activity, String, RevMobAdsListener)
openAdLink(Activity, String, RevMobAdsListener)
scheduleNotification(Activity activity, int drawableIcon, String placementId, RevMobAdsListener, Calendar)
scheduleNotification(Activity activity, int drawableIcon, String placementId, RevMobAdsListener, Calendar)
scheduleNotification(Activity activity, int drawableIcon, String placementId, RevMobAdsListener, Calendar)
#showFullscreen(Activity, String, RevMobAdsListener)
showPopup(Activity, String, RevMobAdsListener)
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |