LogType
public enum LogType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case audio = "AUDIO" -
Undocumented
Declaration
Swift
case text = "TEXT" -
Declaration
Swift
public var description: String { get }
View on GitHub
LogType Enumeration Reference