| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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 GetOnPatchListenerCheck_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_onPatchListenerCheck_Ljava_lang_String_ == null) |
| | | cb_onPatchListenerCheck_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_Z) n_OnPatchListenerCheck_Ljava_lang_String_); |
| | | cb_onPatchListenerCheck_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_Z (n_OnPatchListenerCheck_Ljava_lang_String_)); |
| | | return cb_onPatchListenerCheck_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe bool OnPatchListenerCheck (string md5) |
| | | { |
| | | const string __id = "onPatchListenerCheck.(Ljava/lang/String;)Z"; |
| | | IntPtr native_md5 = JNIEnv.NewString (md5); |
| | | IntPtr native_md5 = JNIEnv.NewString ((string)md5); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_md5); |
| | |
| | | static Delegate GetOnPatchResetMaxCheck_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_onPatchResetMaxCheck_Ljava_lang_String_ == null) |
| | | cb_onPatchResetMaxCheck_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_Z) n_OnPatchResetMaxCheck_Ljava_lang_String_); |
| | | cb_onPatchResetMaxCheck_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_Z (n_OnPatchResetMaxCheck_Ljava_lang_String_)); |
| | | return cb_onPatchResetMaxCheck_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe bool OnPatchResetMaxCheck (string md5) |
| | | { |
| | | const string __id = "onPatchResetMaxCheck.(Ljava/lang/String;)Z"; |
| | | IntPtr native_md5 = JNIEnv.NewString (md5); |
| | | IntPtr native_md5 = JNIEnv.NewString ((string)md5); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_md5); |
| | |
| | | static Delegate GetOnPatchRetryLoadHandler () |
| | | { |
| | | if (cb_onPatchRetryLoad == null) |
| | | cb_onPatchRetryLoad = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_OnPatchRetryLoad); |
| | | cb_onPatchRetryLoad = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_OnPatchRetryLoad)); |
| | | return cb_onPatchRetryLoad; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnPatchServiceResultHandler () |
| | | { |
| | | if (cb_onPatchServiceResult == null) |
| | | cb_onPatchServiceResult = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnPatchServiceResult); |
| | | cb_onPatchServiceResult = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnPatchServiceResult)); |
| | | return cb_onPatchServiceResult; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnPatchServiceStart_Landroid_content_Intent_Handler () |
| | | { |
| | | if (cb_onPatchServiceStart_Landroid_content_Intent_ == null) |
| | | cb_onPatchServiceStart_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnPatchServiceStart_Landroid_content_Intent_); |
| | | cb_onPatchServiceStart_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnPatchServiceStart_Landroid_content_Intent_)); |
| | | return cb_onPatchServiceStart_Landroid_content_Intent_; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetMaxRetryCount_IHandler () |
| | | { |
| | | if (cb_setMaxRetryCount_I == null) |
| | | cb_setMaxRetryCount_I = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPI_V) n_SetMaxRetryCount_I); |
| | | cb_setMaxRetryCount_I = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPI_V (n_SetMaxRetryCount_I)); |
| | | return cb_setMaxRetryCount_I; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetRetryEnable_ZHandler () |
| | | { |
| | | if (cb_setRetryEnable_Z == null) |
| | | cb_setRetryEnable_Z = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPZ_V) n_SetRetryEnable_Z); |
| | | cb_setRetryEnable_Z = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPZ_V (n_SetRetryEnable_Z)); |
| | | return cb_setRetryEnable_Z; |
| | | } |
| | | |