since in some situation,something need to be done in onPause and onResume,such as the Mobile Ads APIs in Google Play services
https://developers.google.com/mobile-ads-sdk/docs/admob/play-migration.
So it will be better to call onPause and onResume in the plugin class as onCreate and onDestroy.
Comments
currently Gideros passes to plugins classes these methods:
oh,yes, thanks, these methods have already be supported.
I also guess these should be supported. However, at first I declared as public static void onPause(Activity activity). )
Likes: ar2rsawseen
https://sites.google.com/site/xraystudiogame