SecurityEventType

public enum SecurityEventType : Int

SecurityEventType is used to indicate the type of security event.

  • Event is not a security event.

    Declaration

    Swift

    case None = 0
  • Chatroom security level downgraded event.

    Declaration

    Swift

    case SecurityLevelDowngraded = 1
  • Participant has exceeded the maximum number of device event.

    Declaration

    Swift

    case ParticipantMaxDeviceCountExceeded = 2
  • Peer device instant messaging encryption identity key has changed event.

    Declaration

    Swift

    case EncryptionIdentityKeyChanged = 3
  • Man in the middle detected event.

    Declaration

    Swift

    case ManInTheMiddleDetected = 4