PlayerEvent

public class PlayerEvent : NSObject, EventProtocol

Represents the base for all other player events.

  • A textual representation of the type of the event

    Declaration

    Swift

    public let type: String
  • The date at which the event occurred.

    Declaration

    Swift

    public let date: Date