Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum LogLevel : UInt
-
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 Spark 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
-
The enumeration of the types of a room.
See moreDeclaration
Swift
public enum RoomType : String
-
Declaration
Swift
public enum RoomSortType : String
-
Declaration
Swift
public enum SparkError : Error