Requesting Unviewed Content Card Count for Web
You can request the number of unread cards at any time by calling:
1
appboy.getCachedContentCards().getUnviewedCardCount();
This is often used to power badges signifying how many unread content cards there are. See the JSDocs for more information.