Пример #1
0
 static void n_FetchConversation_Lcom_liveperson_messaging_model_Conversation_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Messaging.Commands.Tasks.FetchConversationManager __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Commands.Tasks.FetchConversationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Messaging.Model.Conversation p0 = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Model.Conversation> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.FetchConversation(p0);
 }