| | |
| | | //------------------------------------------------------------------------------ |
| | | // <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 GetCancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_Handler () |
| | | { |
| | | if (cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ == null) |
| | | cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_); |
| | | cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_)); |
| | | return cb_CancelClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_; |
| | | } |
| | | |
| | |
| | | static Delegate GetSureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_Handler () |
| | | { |
| | | if (cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ == null) |
| | | cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_); |
| | | cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_)); |
| | | return cb_SureClick_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_; |
| | | } |
| | | |
| | |
| | | if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero) |
| | | return; |
| | | |
| | | IntPtr native_title = JNIEnv.NewString (title); |
| | | IntPtr native_content = JNIEnv.NewString (content); |
| | | IntPtr native_title = JNIEnv.NewString ((string)title); |
| | | IntPtr native_content = JNIEnv.NewString ((string)content); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [3]; |
| | | __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle); |
| | |
| | | if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero) |
| | | return; |
| | | |
| | | IntPtr native_title = JNIEnv.NewString (title); |
| | | IntPtr native_content = JNIEnv.NewString (content); |
| | | IntPtr native_title = JNIEnv.NewString ((string)title); |
| | | IntPtr native_content = JNIEnv.NewString ((string)content); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [4]; |
| | | __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle); |
| | |
| | | static Delegate GetSetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_Handler () |
| | | { |
| | | if (cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ == null) |
| | | cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_); |
| | | cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_)); |
| | | return cb_setClickListener_Lcom_hdl_hdllinphonesdk_dialog_LpTipDialog_ClickListenerInterface_; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetMessage_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_setMessage_Ljava_lang_String_ == null) |
| | | cb_setMessage_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetMessage_Ljava_lang_String_); |
| | | cb_setMessage_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetMessage_Ljava_lang_String_)); |
| | | return cb_setMessage_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe void SetMessage (string message) |
| | | { |
| | | const string __id = "setMessage.(Ljava/lang/String;)V"; |
| | | IntPtr native_message = JNIEnv.NewString (message); |
| | | IntPtr native_message = JNIEnv.NewString ((string)message); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_message); |
| | |
| | | static Delegate GetSetTitle_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_setTitle_Ljava_lang_String_ == null) |
| | | cb_setTitle_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetTitle_Ljava_lang_String_); |
| | | cb_setTitle_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetTitle_Ljava_lang_String_)); |
| | | return cb_setTitle_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe void SetTitle (string title) |
| | | { |
| | | const string __id = "setTitle.(Ljava/lang/String;)V"; |
| | | IntPtr native_title = JNIEnv.NewString (title); |
| | | IntPtr native_title = JNIEnv.NewString ((string)title); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_title); |