public static unsafe void B(global::Anet.Channel.Util.AppLifecycle.IAppLifecycleListener p0)
 {
     if (id_b_Lanet_channel_util_AppLifecycle_AppLifecycleListener_ == IntPtr.Zero)
     {
         id_b_Lanet_channel_util_AppLifecycle_AppLifecycleListener_ = JNIEnv.GetStaticMethodID(class_ref, "b", "(Lanet/channel/util/AppLifecycle$AppLifecycleListener;)V");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         JNIEnv.CallStaticVoidMethod(class_ref, id_b_Lanet_channel_util_AppLifecycle_AppLifecycleListener_, __args);
     } finally {
     }
 }
 static void n_Background(IntPtr jnienv, IntPtr native__this)
 {
     global::Anet.Channel.Util.AppLifecycle.IAppLifecycleListener __this = global::Java.Lang.Object.GetObject <global::Anet.Channel.Util.AppLifecycle.IAppLifecycleListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Background();
 }