Name
public struct Name : RawRepresentable, ExpressibleByStringLiteral
A structure that defines the name of an event.
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public typealias StringLiteralType = String
-
Undocumented
Declaration
Swift
public static let sync: Name
-
Undocumented
Declaration
Swift
public static let event: Name
-
Undocumented
Declaration
Swift
public static let ioError: Name
-
Undocumented
Declaration
Swift
public static let rtmpStatus: Name
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Declaration
Swift
public init(stringLiteral value: String)