NotificationType
Notification type enum
enum NotificationType {
  ACTIVITY_MESSAGE
  ACTIVITY_REPLY
  FOLLOWING
  ACTIVITY_MENTION
  THREAD_COMMENT_MENTION
  THREAD_SUBSCRIBED
  THREAD_COMMENT_REPLY
  AIRING
  ACTIVITY_LIKE
  ACTIVITY_REPLY_LIKE
  THREAD_LIKE
  THREAD_COMMENT_LIKE
  ACTIVITY_REPLY_SUBSCRIBED
  RELATED_MEDIA_ADDITION
  MEDIA_DATA_CHANGE
  MEDIA_MERGE
  MEDIA_DELETION
}
Values
NotificationType.ACTIVITY_MESSAGE
A user has sent you message
NotificationType.ACTIVITY_REPLY
A user has replied to your activity
NotificationType.FOLLOWING
A user has followed you
NotificationType.ACTIVITY_MENTION
A user has mentioned you in their activity
NotificationType.THREAD_COMMENT_MENTION
A user has mentioned you in a forum comment
NotificationType.THREAD_SUBSCRIBED
A user has commented in one of your subscribed forum threads
NotificationType.THREAD_COMMENT_REPLY
A user has replied to your forum comment
NotificationType.AIRING
An anime you are currently watching has aired
NotificationType.ACTIVITY_LIKE
A user has liked your activity
NotificationType.ACTIVITY_REPLY_LIKE
A user has liked your activity reply
NotificationType.THREAD_LIKE
A user has liked your forum thread
NotificationType.THREAD_COMMENT_LIKE
A user has liked your forum comment
NotificationType.ACTIVITY_REPLY_SUBSCRIBED
A user has replied to activity you have also replied to
NotificationType.RELATED_MEDIA_ADDITION
A new anime or manga has been added to the site where its related media is on the user's list
NotificationType.MEDIA_DATA_CHANGE
An anime or manga has had a data change that affects how a user may track it in their lists
NotificationType.MEDIA_MERGE
Anime or manga entries on the user's list have been merged into a single entry
NotificationType.MEDIA_DELETION
An anime or manga on the user's list has been deleted from the site
Member Of
ActivityLikeNotification object ● ActivityMentionNotification object ● ActivityMessageNotification object ● ActivityReplyLikeNotification object ● ActivityReplyNotification object ● ActivityReplySubscribedNotification object ● AiringNotification object ● FollowingNotification object ● MediaDataChangeNotification object ● MediaDeletionNotification object ● MediaMergeNotification object ● Notification query ● NotificationOption object ● NotificationOptionInput input ● RelatedMediaAdditionNotification object ● ThreadCommentLikeNotification object ● ThreadCommentMentionNotification object ● ThreadCommentReplyNotification object ● ThreadCommentSubscribedNotification object ● ThreadLikeNotification object