getUnReadCount method

int getUnReadCount()

Implementation

int getUnReadCount() {
  return _unreadMessageCount;
}