In this section you will be able to know the number of notifications that are in the Inbox according to their status, the model is as follows:
tiindigitall.getMessageCount({"YOUR_AUTH_CONFIG"}, (counters) => {
// DO SOMEHTING
}, (error) => {
///log error
})
Inbox.getInbox((inbox) => {
// DO SOMEHTING
}, (error) => {
///log error
})