GetMultipleConversation method

void GetMultipleConversation(
  1. Pointer<Char> operationID,
  2. Pointer<Char> conversationIDList
)

Implementation

void GetMultipleConversation(ffi.Pointer<ffi.Char> operationID, ffi.Pointer<ffi.Char> conversationIDList) {
  return _GetMultipleConversation(operationID, conversationIDList);
}