AirPlayAvailabilityChangedEvent

@objcMembers
@objc(BMPAirPlayAvailabilityChangedEvent)
public class AirPlayAvailabilityChangedEvent : PlayerEvent

See PlayerListener for more information on this event.

  • Declaration

    Swift

    override public var name: String { get }
  • Declaration

    Swift

    public let allowsAirPlay: Bool
  • Declaration

    Swift

    public init(allowsAirPlay: Bool)