NotificationType
Represents the valid notification types.
enum NotificationType {
created
updated
deleted
restored
commented
completed
addedFollower
removedFollower
inviteAccepted
}
Values
NotificationType.created
NotificationType.updated
NotificationType.deleted
NotificationType.restored
NotificationType.commented
NotificationType.completed
NotificationType.addedFollower
NotificationType.removedFollower
NotificationType.inviteAccepted
Member Of
Notification
object