static void n_OnBind_Lcom_liveperson_infra_ui_view_adapter_viewholder_BaseViewHolder_Lcom_liveperson_infra_messaging_ui_view_adapter_ChatMessageRow_II(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2, int p3)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.MessagingRecyclerViewCursorAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.MessagingRecyclerViewCursorAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.UI.View.Adapter.Viewholder.BaseViewHolder p0 = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.UI.View.Adapter.Viewholder.BaseViewHolder> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.ChatMessageRow  p1 = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.ChatMessageRow> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.OnBind(p0, p1, p2, p3);
 }
        public virtual unsafe void OnBind(global::Com.Liveperson.Infra.UI.View.Adapter.Viewholder.BaseViewHolder p0, global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.ChatMessageRow p1, int p2, int p3)
        {
            if (id_onBind_Lcom_liveperson_infra_ui_view_adapter_viewholder_BaseViewHolder_Lcom_liveperson_infra_messaging_ui_view_adapter_ChatMessageRow_II == IntPtr.Zero)
            {
                id_onBind_Lcom_liveperson_infra_ui_view_adapter_viewholder_BaseViewHolder_Lcom_liveperson_infra_messaging_ui_view_adapter_ChatMessageRow_II = JNIEnv.GetMethodID(class_ref, "onBind", "(Lcom/liveperson/infra/ui/view/adapter/viewholder/BaseViewHolder;Lcom/liveperson/infra/messaging_ui/view/adapter/ChatMessageRow;II)V");
            }
            try {
                JValue *__args = stackalloc JValue [4];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(p2);
                __args [3] = new JValue(p3);

                if (((object)this).GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_onBind_Lcom_liveperson_infra_ui_view_adapter_viewholder_BaseViewHolder_Lcom_liveperson_infra_messaging_ui_view_adapter_ChatMessageRow_II, __args);
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "onBind", "(Lcom/liveperson/infra/ui/view/adapter/viewholder/BaseViewHolder;Lcom/liveperson/infra/messaging_ui/view/adapter/ChatMessageRow;II)V"), __args);
                }
            } finally {
            }
        }