struct CCL::INotificationCenter::Stats
Overview
#include <inotificationcenter.h> struct Stats { // fields int unseenCount = 0; int totalCount = 0; // methods bool operator == (const Stats& other) const; bool operator != (const Stats& other) const; };
Detailed Documentation
Fields
int unseenCount = 0
number of unseen notifications
int totalCount = 0
total number of notifications