SessionState
public enum SessionState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "Active" -
Undocumented
Declaration
Swift
case history = "History" -
Declaration
Swift
public var description: String { get }
View on GitHub
SessionState Enumeration Reference