NotificationGroup
Represents a notification group
Constructor Summary
Public Constructor | ||
public |
constructor(primaryNotification: Notification, siblings: Notification[]) |
Member Summary
Public Members | ||
public get |
Returns the total count of notifications |
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
Iterates over all groups in this |
|
public |
Returns all IDs |
|
public |
async getStatus(): NotificationStatus Returns if any item in the group is unread |
|
public |
Returns unique senders (excluding primary). |
Public Constructors
public constructor(primaryNotification: Notification, siblings: Notification[]) source
Params:
Name | Type | Attribute | Description |
primaryNotification | Notification | The primary (and most recent) notification |
|
siblings | Notification[] | Related notifs w/ same action |