SCUserEventInfoType
enum SCUserEventInfoType : NSUInteger {}
                The types of message modifications that are possible due to sensitive data rules.
- 
                  
                  
Standard message.
Declaration
Objective-C
SCUEInfoTypeNoneSwift
case SCUEInfoTypeNone = 0 - 
                  
                  
Message modified by sensitive data rule.
Declaration
Objective-C
SCUEInfoTypeModifiedSwift
case SCUEInfoTypeModified = 1 - 
                  
                  
Message fully redacted by sensitive data rule.
Declaration
Objective-C
SCUEInfoTypeRedactedSwift
case SCUEInfoTypeRedacted = 2 
            Install in Dash
          
      SCUserEventInfoType Enumeration Reference