AirPlayEvent

@objc(THEOplayerAirPlayEvent)
public class AirPlayEvent : NSObject, EventProtocol

The AirPlay event object.

  • The type of the event.

    Declaration

    Swift

    public private(set) var type: String { get }
  • The date at which the event occured.

    Declaration

    Swift

    public private(set) var date: Date { get }