Exemplo n.º 1
0
        static int n_OnStartCommand_Landroid_content_Intent_II(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2)
        {
            global::Com.Amap.Api.Location.IAPSServiceBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.IAPSServiceBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent p0 = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.OnStartCommand(p0, p1, p2);

            return(__ret);
        }
Exemplo n.º 2
0
        static IntPtr n_OnBind_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Amap.Api.Location.IAPSServiceBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.IAPSServiceBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent p0 = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.OnBind(p0));

            return(__ret);
        }
Exemplo n.º 3
0
 static void n_OnDestroy(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Location.IAPSServiceBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.IAPSServiceBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnDestroy();
 }