PlayerEvent

@objc(BMPPlayerEvent)
@objcMembers
open class PlayerEvent : NSObject, Event

Base class for all PlayerEvent classes.

  • Declaration

    Swift

    public let timestamp: TimeInterval
  • Declaration

    Swift

    public var name: String { get }
  • Declaration

    Swift

    override public init()