Beispiel #1
0
        static void n_OnCreate_Landroid_os_Bundle_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            SpheroWorldWebView __this = Java.Lang.Object.GetObject <SpheroWorldWebView> (native__this, JniHandleOwnership.DoNotTransfer);

            global::Android.OS.Bundle p0 = Java.Lang.Object.GetObject <global::Android.OS.Bundle> (native_p0, JniHandleOwnership.DoNotTransfer);
            __this.OnCreate(p0);
        }
Beispiel #2
0
        static void n_OnStop(IntPtr jnienv, IntPtr native__this)
        {
            SpheroWorldWebView __this = Java.Lang.Object.GetObject <SpheroWorldWebView> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.OnStop();
        }