| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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; |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |