static IntPtr n_SetConvState_arrayLjava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string[] p0    = (string[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(string));
            IntPtr   __ret = JNIEnv.ToLocalJniHandle(__this.SetConvState(p0));

            if (p0 != null)
            {
                JNIEnv.CopyArray(p0, native_p0);
            }
            return(__ret);
        }
 static IntPtr n_SetMaxLastUpdatedTime_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SetMaxLastUpdatedTime(p0)));
 }
 static IntPtr n_GetResponseHandler(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Socket.Requests.SubscribeExConversationsRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ResponseHandler));
 }