package md59e336b20c5f59a4196ec0611a339f132; public class AndroidGameActivity extends android.app.Activity implements mono.android.IGCUserPeer { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + "n_onConfigurationChanged:(Landroid/content/res/Configuration;)V:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler\n" + "n_onPause:()V:GetOnPauseHandler\n" + "n_onResume:()V:GetOnResumeHandler\n" + "n_onDestroy:()V:GetOnDestroyHandler\n" + ""; mono.android.Runtime.register ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", AndroidGameActivity.class, __md_methods); } public AndroidGameActivity () { super (); if (getClass () == AndroidGameActivity.class) mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); } public void onCreate (android.os.Bundle p0) { n_onCreate (p0); } private native void n_onCreate (android.os.Bundle p0); public void onConfigurationChanged (android.content.res.Configuration p0) { n_onConfigurationChanged (p0); } private native void n_onConfigurationChanged (android.content.res.Configuration p0); public void onPause () { n_onPause (); } private native void n_onPause (); public void onResume () { n_onResume (); } private native void n_onResume (); public void onDestroy () { n_onDestroy (); } private native void n_onDestroy (); private java.util.ArrayList refList; public void monodroidAddReference (java.lang.Object obj) { if (refList == null) refList = new java.util.ArrayList (); refList.add (obj); } public void monodroidClearReferences () { if (refList != null) refList.clear (); } }