Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum Result<T>
-
Declaration
Swift
public enum LogLevel : UInt
-
Declaration
Swift
public enum MembershipEvent
-
Declaration
Swift
public enum MessageEvent
-
Declaration
Swift
public enum Before
-
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.
Since
1.2.0Declaration
Swift
public enum CallStatus
-
Declaration
Swift
public enum AuxStreamChangeEvent
-
The enumeration of the types of a space.
See moreDeclaration
Swift
public enum SpaceType : String
-
Declaration
Swift
public enum SpaceSortType : String
-
Declaration
Swift
public enum SpaceEvent
-
Declaration
Swift
public enum WebexError : Error
extension WebexError: LocalizedError