right now seems like the extensions supports app open only on Resume.
I modified modified the code a little to bring back AdMob_AppOpenAd_IsAdAvailable and AdMob_AppOpenAd_Show:
and also make showOnResume optional with AdMob_AppOpenAd_Enable(double orientation, double showOnResume)
right now seems like the extensions supports app open only on Resume.
I modified modified the code a little to bring back
AdMob_AppOpenAd_IsAdAvailable
andAdMob_AppOpenAd_Show
: and also make showOnResume optional withAdMob_AppOpenAd_Enable(double orientation, double showOnResume)
java:
mm: