You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="https://cdn.activitysmith.com/features/badge-count.png"alt="ActivitySmith app icon with an App Icon Badge Count"width="680" />
543
+
</p>
544
+
545
+
Show the number you care about on your ActivitySmith app icon. Track MRR, a customer count, a stock price, or any other value you want to keep in view.
546
+
547
+
Set or update the badge value.
548
+
549
+
```python
550
+
activitysmith.badge_count(8333)
551
+
```
552
+
553
+
To clear the badge, set its value to 0.
554
+
555
+
```python
556
+
activitysmith.badge_count(0)
557
+
```
558
+
559
+
## Channels
560
+
561
+
Use `channels` to target specific team members or devices
0 commit comments