Enumerations

The following enumerations are available globally.

  • Service request results.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public enum Result<T>
  • The enumeration of log message level

    Since

    1.2.0
    See more

    Declaration

    Swift

    public enum LogLevel : UInt
  • The struct of a membership event

    Since

    2.3.0
    See more

    Declaration

    Swift

    public enum MembershipEvent
  • The struct of a message event

    Since

    1.4.0
    See more

    Declaration

    Swift

    public enum MessageEvent
  • The enumeration of Before types.

    Since

    1.4.0
    See more

    Declaration

    Swift

    public enum Before
  • The enumeration of mention types in Webex Message Client.

    Since

    1.4.0
    See more

    Declaration

    Swift

    public enum Mention
  • The status of a Call.

    The following diagram shows all statuses and transitions triggered by either an API call or an event received by the Webex iOS SDK. The orange transtions are triggered by API calls. The blue transitions are triggered by events. Illegal API calls during certain statuses will result callbacks with Error without transitions.

    Status Diagram

    Since

    1.2.0
    See more

    Declaration

    Swift

    public enum CallStatus
  • Multi stream change event enumeration.

    Since

    2.0.0
    See more

    Declaration

    Swift

    public enum AuxStreamChangeEvent
  • The enumeration of the types of a space.

    See more

    Declaration

    Swift

    public enum SpaceType : String
  • The enumeration of sorting result

    Since

    1.4.0
    See more

    Declaration

    Swift

    public enum SpaceSortType : String
  • The struct of a space event

    Since

    2.3.0
    See more

    Declaration

    Swift

    public enum SpaceEvent
  • The enumeration of error types in Cisco Webex iOS SDK.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public enum WebexError : Error
    extension WebexError: LocalizedError