NotificationScopeEnum
Whether a notification is owned by the current user or by the company in context.
enum NotificationScopeEnum {
COMPANY
PERSONAL
}
Values
NotificationScopeEnum.COMPANY
Owned by the company in the current context.
NotificationScopeEnum.PERSONAL
Owned by the current user.
Member Of
InAppNotification object