wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Core.Callback.RegistrationCallback.cs
@@ -1,3 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable restore
using System;
using System.Collections.Generic;
using Android.Runtime;
@@ -58,7 +68,7 @@
      static Delegate GetRegistrationClearedHandler ()
      {
         if (cb_registrationCleared == null)
            cb_registrationCleared = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RegistrationCleared);
            cb_registrationCleared = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RegistrationCleared));
         return cb_registrationCleared;
      }
@@ -85,7 +95,7 @@
      static Delegate GetRegistrationFailedHandler ()
      {
         if (cb_registrationFailed == null)
            cb_registrationFailed = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RegistrationFailed);
            cb_registrationFailed = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RegistrationFailed));
         return cb_registrationFailed;
      }
@@ -112,7 +122,7 @@
      static Delegate GetRegistrationNoneHandler ()
      {
         if (cb_registrationNone == null)
            cb_registrationNone = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RegistrationNone);
            cb_registrationNone = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RegistrationNone));
         return cb_registrationNone;
      }
@@ -139,7 +149,7 @@
      static Delegate GetRegistrationOkHandler ()
      {
         if (cb_registrationOk == null)
            cb_registrationOk = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RegistrationOk);
            cb_registrationOk = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RegistrationOk));
         return cb_registrationOk;
      }
@@ -166,7 +176,7 @@
      static Delegate GetRegistrationProgressHandler ()
      {
         if (cb_registrationProgress == null)
            cb_registrationProgress = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RegistrationProgress);
            cb_registrationProgress = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RegistrationProgress));
         return cb_registrationProgress;
      }