Event

@objc(BMPEvent)
public protocol Event : NSObjectProtocol

Base protocol for all event classes.

  • Name of the event.

    Declaration

    Swift

    var name: String { get }
  • Time when the event was emitted.

    Declaration

    Swift

    var timestamp: TimeInterval { get }