EventType

@objc
public enum EventType : UInt32

Enumeration of possible event types

  • Unrecognized event type

    Declaration

    Swift

    case Invalid = 0x0
  • Indicates a ContextEvent

    Declaration

    Swift

    case Context = 0x01
  • Indicates a RouterEvent

    Declaration

    Swift

    case Router = 0x02
  • Indicates a ServiceEvent

    Declaration

    Swift

    case Service = 0x04
  • Indicates an MfaAuthEvent

    Declaration

    Swift

    case Auth = 0x08
  • Indicates an ApiEvent

    Declaration

    Swift

    case ApiEvent = 0x10
  • Generates a string describing the event

    Declaration

    Swift

    public var debug: String { get }

    Return Value

    String describing the event