static bool n_SendElectionResult_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Org.Android.Agoo.Service.IElectionReceiverService __this = global::Java.Lang.Object.GetObject <global::Org.Android.Agoo.Service.IElectionReceiverService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent p0 = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.SendElectionResult(p0);

            return(__ret);
        }
 public static global::Org.Android.Agoo.Service.IElectionReceiverService AsInterface(global::Android.OS.IBinder p0)
 {
     if (id_asInterface_Landroid_os_IBinder_ == IntPtr.Zero)
     {
         id_asInterface_Landroid_os_IBinder_ = JNIEnv.GetStaticMethodID(class_ref, "asInterface", "(Landroid/os/IBinder;)Lorg/android/agoo/service/ElectionReceiverService;");
     }
     global::Org.Android.Agoo.Service.IElectionReceiverService __ret = global::Java.Lang.Object.GetObject <global::Org.Android.Agoo.Service.IElectionReceiverService> (JNIEnv.CallStaticObjectMethod(class_ref, id_asInterface_Landroid_os_IBinder_, new JValue(p0)), JniHandleOwnership.TransferLocalRef);
     return(__ret);
 }
 static IntPtr n_AsBinder(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Android.Agoo.Service.IElectionReceiverService __this = global::Java.Lang.Object.GetObject <global::Org.Android.Agoo.Service.IElectionReceiverService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.AsBinder()));
 }