wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Callback.IOnHDLLinphoneCallListener.cs
@@ -94,7 +94,7 @@
      static Delegate GetOnAnswerActionHandler ()
      {
         if (cb_onAnswerAction == null)
            cb_onAnswerAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnAnswerAction);
            cb_onAnswerAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnAnswerAction));
         return cb_onAnswerAction;
      }
@@ -118,7 +118,7 @@
      static Delegate GetOnHangUpAction_IHandler ()
      {
         if (cb_onHangUpAction_I == null)
            cb_onHangUpAction_I = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPI_V) n_OnHangUpAction_I);
            cb_onHangUpAction_I = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPI_V (n_OnHangUpAction_I));
         return cb_onHangUpAction_I;
      }
@@ -144,7 +144,7 @@
      static Delegate GetOnIncomingCall_Ljava_lang_String_Handler ()
      {
         if (cb_onIncomingCall_Ljava_lang_String_ == null)
            cb_onIncomingCall_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnIncomingCall_Ljava_lang_String_);
            cb_onIncomingCall_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnIncomingCall_Ljava_lang_String_));
         return cb_onIncomingCall_Ljava_lang_String_;
      }
@@ -161,7 +161,7 @@
      {
         if (id_onIncomingCall_Ljava_lang_String_ == IntPtr.Zero)
            id_onIncomingCall_Ljava_lang_String_ = JNIEnv.GetMethodID (class_ref, "onIncomingCall", "(Ljava/lang/String;)V");
         IntPtr native_p0 = JNIEnv.NewString (p0);
         IntPtr native_p0 = JNIEnv.NewString ((string)p0);
         JValue* __args = stackalloc JValue [1];
         __args [0] = new JValue (native_p0);
         JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_onIncomingCall_Ljava_lang_String_, __args);
@@ -173,7 +173,7 @@
      static Delegate GetOnRejectCallActionHandler ()
      {
         if (cb_onRejectCallAction == null)
            cb_onRejectCallAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnRejectCallAction);
            cb_onRejectCallAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnRejectCallAction));
         return cb_onRejectCallAction;
      }
@@ -197,7 +197,7 @@
      static Delegate GetOnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_Handler ()
      {
         if (cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ == null)
            cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_);
            cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_));
         return cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_;
      }
@@ -224,7 +224,7 @@
      static Delegate GetOnUnlockActionHandler ()
      {
         if (cb_onUnlockAction == null)
            cb_onUnlockAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnUnlockAction);
            cb_onUnlockAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnUnlockAction));
         return cb_onUnlockAction;
      }