Beispiel #1
0
        public unsafe void OnSurveySubmitted(global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions p0)
        {
            if (id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ == IntPtr.Zero)
            {
                id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ = JNIEnv.GetMethodID(class_ref, "onSurveySubmitted", "(Lcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V");
            }
            JValue *__args = stackalloc JValue [1];

            __args [0] = new JValue(p0);
            JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_, __args);
        }
Beispiel #2
0
        public unsafe void SetFeedBackMode(bool p0, global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions p1)
        {
            if (id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ == IntPtr.Zero)
            {
                id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ = JNIEnv.GetMethodID(class_ref, "setFeedBackMode", "(ZLcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V");
            }
            JValue *__args = stackalloc JValue [2];

            __args [0] = new JValue(p0);
            __args [1] = new JValue(p1);
            JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_, __args);
        }
Beispiel #3
0
        public virtual unsafe void OnSurveySubmitted(global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions p0)
        {
            if (id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ == IntPtr.Zero)
            {
                id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ = JNIEnv.GetMethodID(class_ref, "onSurveySubmitted", "(Lcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V");
            }
            try {
                JValue *__args = stackalloc JValue [1];
                __args [0] = new JValue(p0);

                if (((object)this).GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_onSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_, __args);
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "onSurveySubmitted", "(Lcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V"), __args);
                }
            } finally {
            }
        }
Beispiel #4
0
        public virtual unsafe void SetFeedBackMode(bool on, global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions actions)
        {
            if (id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ == IntPtr.Zero)
            {
                id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_ = JNIEnv.GetMethodID(class_ref, "setFeedBackMode", "(ZLcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V");
            }
            try {
                JValue *__args = stackalloc JValue [2];
                __args [0] = new JValue(on);
                __args [1] = new JValue(actions);

                if (((object)this).GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_setFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_, __args);
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "setFeedBackMode", "(ZLcom/liveperson/infra/messaging_ui/fragment/IFeedbackActions;)V"), __args);
                }
            } finally {
            }
        }
Beispiel #5
0
 static void n_OnSurveySubmitted_Lcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.ConversationFragmentCallbacksNullConversationFragmentCallbacks __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.ConversationFragmentCallbacksNullConversationFragmentCallbacks> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions p0 = (global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnSurveySubmitted(p0);
 }
Beispiel #6
0
 static void n_SetFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_(IntPtr jnienv, IntPtr native__this, bool p0, IntPtr native_p1)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.IConversationFragmentCallbacks __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.IConversationFragmentCallbacks> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions p1 = (global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.SetFeedBackMode(p0, p1);
 }
Beispiel #7
0
 static void n_CloseFeedBackScreen(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.CloseFeedBackScreen();
 }
Beispiel #8
0
 static void n_SetFeedBackMode_ZLcom_liveperson_infra_messaging_ui_fragment_IFeedbackActions_(IntPtr jnienv, IntPtr native__this, bool feedBackMode, IntPtr native_actions)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Toolbar.LPToolBar         __this  = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Toolbar.LPToolBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions actions = (global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Fragment.IFeedbackActions> (native_actions, JniHandleOwnership.DoNotTransfer);
     __this.SetFeedBackMode(feedBackMode, actions);
 }