EventType
public class EventType<T> where T : EventProtocol
Represents an EventType that conforms to a certain type of EventProtocol T.
-
The name of the
EventType.Remark
- This name should be unique.
Declaration
Swift
public private(set) var name: String { get }
EventType Class Reference