Exemplo n.º 1
0
 static void n_OnRequestInstall_Landroid_os_Bundle_(IntPtr jnienv, IntPtr native__this, IntPtr native_result)
 {
     global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceCallbackStub __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceCallbackStub> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.OS.Bundle result = global::Java.Lang.Object.GetObject <global::Android.OS.Bundle> (native_result, JniHandleOwnership.DoNotTransfer);
     __this.OnRequestInstall(result);
 }
Exemplo n.º 2
0
        static bool n_OnTransact_ILandroid_os_Parcel_Landroid_os_Parcel_I(IntPtr jnienv, IntPtr native__this, int code, IntPtr native_data, IntPtr native_reply, int flags)
        {
            global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceCallbackStub __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceCallbackStub> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.OS.Parcel data  = global::Java.Lang.Object.GetObject <global::Android.OS.Parcel> (native_data, JniHandleOwnership.DoNotTransfer);
            global::Android.OS.Parcel reply = global::Java.Lang.Object.GetObject <global::Android.OS.Parcel> (native_reply, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.OnTransact(code, data, reply, flags);

            return(__ret);
        }