hi,
Can I *use AdmobFullScreen* Library *to* make a *rewarded *ad *or* I *need *to 
do that using *native interface*? 

note: I tried using native interface* for android* and that was *work as 
fine* *but* the *problem *when do that *for ios* device,
then I tried to use AdmobFullScreen Library for ios like this:
 AdMobManager admob = new AdMobManager(
"ca-app-pub-3940256099942544/1712485313");
 admob.setAdsListener(new AdsListener() {
            @Override
            public void onAdClosed() {
               //  Here i set code to give user some coins
            }

            @Override
            public void onAdFailedToLoad(int i) {
            }

            @Override
            public void onAdLeftApplication() {
            }

            @Override
            public void onAdLoaded() {
            }

            @Override
            public void onAdOpened() {
            }
        });


*is that right *doing for ios or there a better way*?*

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/808de964-0951-433a-81f5-78aa2a77b2f3%40googlegroups.com.

Reply via email to