EventResponseType
public enum EventResponseType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case success = "Success"
-
Undocumented
Declaration
Swift
case failure = "Failure"
-
Declaration
Swift
public var description: String { get }