static IntPtr n_OnBind_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Tencent.Android.Tpush.Service.XGPushServiceV3 __this = global::Java.Lang.Object.GetObject <global::Com.Tencent.Android.Tpush.Service.XGPushServiceV3> (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);
        }
 static void n_A(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Tencent.Android.Tpush.Service.XGPushServiceV3 __this = global::Java.Lang.Object.GetObject <global::Com.Tencent.Android.Tpush.Service.XGPushServiceV3> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.A();
 }