GetTotalUnreadMsgCount method

void GetTotalUnreadMsgCount(
  1. Pointer<Char> operationID
)

Implementation

void GetTotalUnreadMsgCount(ffi.Pointer<ffi.Char> operationID) {
  return _GetTotalUnreadMsgCount(operationID);
}