NotificationUnion
Notification union type
union NotificationUnion =
| AiringNotification
| FollowingNotification
| ActivityMessageNotification
| ActivityMentionNotification
| ActivityReplyNotification
| ActivityReplySubscribedNotification
| ActivityLikeNotification
| ActivityReplyLikeNotification
| ThreadCommentMentionNotification
| ThreadCommentReplyNotification
| ThreadCommentSubscribedNotification
| ThreadCommentLikeNotification
| ThreadLikeNotification
| RelatedMediaAdditionNotification
| MediaDataChangeNotification
| MediaMergeNotification
| MediaDeletionNotification
Possible typesβ
NotificationUnion.AiringNotification
objectβ
Notification for when an episode of anime airs
NotificationUnion.FollowingNotification
objectβ
Notification for when the authenticated user is followed by another user
NotificationUnion.ActivityMessageNotification
objectβ
Notification for when a user is send an activity message
NotificationUnion.ActivityMentionNotification
objectβ
Notification for when authenticated user is @ mentioned in activity or reply
NotificationUnion.ActivityReplyNotification
objectβ
Notification for when a user replies to the authenticated users activity
NotificationUnion.ActivityReplySubscribedNotification
objectβ
Notification for when a user replies to activity the authenticated user has replied to
NotificationUnion.ActivityLikeNotification
objectβ
Notification for when a activity is liked
NotificationUnion.ActivityReplyLikeNotification
objectβ
Notification for when a activity reply is liked
NotificationUnion.ThreadCommentMentionNotification
objectβ
Notification for when authenticated user is @ mentioned in a forum thread comment
NotificationUnion.ThreadCommentReplyNotification
objectβ
Notification for when a user replies to your forum thread comment
NotificationUnion.ThreadCommentSubscribedNotification
objectβ
Notification for when a user replies to a subscribed forum thread
NotificationUnion.ThreadCommentLikeNotification
objectβ
Notification for when a thread comment is liked
NotificationUnion.ThreadLikeNotification
objectβ
Notification for when a thread is liked
NotificationUnion.RelatedMediaAdditionNotification
objectβ
Notification for when new media is added to the site
NotificationUnion.MediaDataChangeNotification
objectβ
Notification for when a media entry's data was changed in a significant way impacting users' list tracking
NotificationUnion.MediaMergeNotification
objectβ
Notification for when a media entry is merged into another for a user who had it on their list
NotificationUnion.MediaDeletionNotification
objectβ
Notification for when a media tracked in a user's list is deleted from the site
Returned Byβ
Notification
query
Member Ofβ
InternalPage
objectΒ βΒ Page
object