Exemplo n.º 1
0
            static void n_RequestInstall_Ljava_lang_String_Ljava_util_List_Landroid_os_Bundle_Lcom_google_android_play_core_install_protocol_IInstallServiceCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_callingPackageName, IntPtr native_packages, IntPtr native_options, IntPtr native__callback)
            {
                global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceStub.Proxy __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceStub.Proxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                string callingPackageName = JNIEnv.GetString(native_callingPackageName, JniHandleOwnership.DoNotTransfer);
                var    packages           = global::Android.Runtime.JavaList <global::Android.OS.Bundle> .FromJniHandle(native_packages, JniHandleOwnership.DoNotTransfer);

                global::Android.OS.Bundle options = global::Java.Lang.Object.GetObject <global::Android.OS.Bundle> (native_options, JniHandleOwnership.DoNotTransfer);
                global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback @callback = (global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback)global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback> (native__callback, JniHandleOwnership.DoNotTransfer);
                __this.RequestInstall(callingPackageName, packages, options, @callback);
            }
Exemplo n.º 2
0
            static void n_RequestInfo_Ljava_lang_String_Landroid_os_Bundle_Lcom_google_android_play_core_install_protocol_IInstallServiceCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_callingPackageName, IntPtr native_requestedPackage, IntPtr native__callback)
            {
                global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceStub.Proxy __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.InstallServiceStub.Proxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                string callingPackageName = JNIEnv.GetString(native_callingPackageName, JniHandleOwnership.DoNotTransfer);

                global::Android.OS.Bundle requestedPackage = global::Java.Lang.Object.GetObject <global::Android.OS.Bundle> (native_requestedPackage, JniHandleOwnership.DoNotTransfer);
                global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback @callback = (global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback)global::Java.Lang.Object.GetObject <global::Com.Google.Android.Play.Core.Install.Protocol.IInstallServiceCallback> (native__callback, JniHandleOwnership.DoNotTransfer);
                __this.RequestInfo(callingPackageName, requestedPackage, @callback);
            }