Event @objc(BMPEvent) public protocol Event : NSObjectProtocol Base protocol for all event classes. name Name of the event. Declaration Swift var name: String { get } timestamp Time when the event was emitted. Declaration Swift var timestamp: TimeInterval { get }