UserNotificationAlertwordData
public struct UserNotificationAlertwordData : ContentReturns status about a single Alertword, for either Twarrts of ForumPost hits on that word. Used inside UserNotificationData.
- 
                  
                  Will be one of the user’s current alert keywords. DeclarationSwift var alertword: String
- 
                  
                  The total number of twarrts that include this word since the first time anyone added this alertword. We record alert word hits in a single global list that unions all users’ alert word lists. A search for this alertword may return more hits than this number indicates. DeclarationSwift var twarrtMentionCount: Int
- 
                  
                  The number of twarrts that include this alertword that the user has not yet seen. Calls to view twarrts with a “?search=” parameter that matches the alertword will mark all twarrts containing this alertword as viewed. DeclarationSwift var newTwarrtMentionCount: Int
- 
                  
                  The total number of forum posts that include this word since the first time anyone added this alertword. DeclarationSwift var forumMentionCount: Int
- 
                  
                  The number of forum posts that include this alertword that the user has not yet seen. DeclarationSwift var newForumMentionCount: Int
- 
                  
                  DeclarationSwift init(_ word: String)
 View on GitHub
            View on GitHub
           UserNotificationAlertwordData Structure Reference
      UserNotificationAlertwordData Structure Reference