예제 #1
0
 public void GetConversation()
 {
     int[] conversationDict = new int[3];
     conversationDict[0] = 1;
     conversationDict[1] = 2;
     conversationDict[2] = 3;
     ConversationInfoEventHandler callback = new ConversationInfoEventHandler(get_con_listex_callback_delegate.get_con_listex_call_back);
     Rcsdk.GetConversationList(conversationDict, 3, callback);
 }
예제 #2
0
 public static extern bool GetConversation(string targetId, int categoryId, ConversationInfoEventHandler callback);
예제 #3
0
 public static extern bool GetConversationList(int[] conversationDict, int conversationCount, ConversationInfoEventHandler callback);