getUnreadCount method

int getUnreadCount()

Implementation

int getUnreadCount() {
  return getInt("unreadCount");
}