setUnreadCount method

void setUnreadCount(
  1. int count
)

Implementation

void setUnreadCount(int count) {
  unreadCount = count;
}