setBadgeCount method

void setBadgeCount(
  1. int index,
  2. int count
)

Implementation

void setBadgeCount(int index, int count) {
  badgeCounts[index] = count;
}