TTBadgeDataObserver Protocol Reference

Conforms to NSObject
Declared in TTBadgeData.h

– badgeDataChanged:unreadAlertsCount:unreadPatientCareCount:activeEscalationCount:unreadPatientNetworkCount:unreadProviderNetworkCount:

  • Optional delegate function that gets called anytime there is a change in any one of the counts.
- (void)badgeDataChanged:(NSUInteger)unreadCount unreadAlertsCount:(NSUInteger)unreadAlertsCount unreadPatientCareCount:(NSUInteger)unreadPatientCareCount activeEscalationCount:(NSUInteger)activeEscalationCount unreadPatientNetworkCount:(NSUInteger)unreadPatientNetworkCount unreadProviderNetworkCount:(NSUInteger)unreadProviderNetworkCount

Parameters

unreadCount

Unread message count.

unreadAlertsCount

Unread nurse call alerts count.

unreadPatientCareCount

Unread patient care count.

activeEscalationCount

Unread active escalation count.

unreadPatientNetworkCount

Unread patient network messages count.

unreadProviderNetworkCount

Unread provider network messages count.

Declared In

TTBadgeData.h