SourceUnloadedEvent

@objcMembers
@objc(BMPSourceUnloadedEvent)
public class SourceUnloadedEvent : NSObject, SourceEvent

See SourceListener for more information on this event.

  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let timestamp: TimeInterval
  • Declaration

    Swift

    public let source: Source
  • Declaration

    Swift

    public init(
        source: Source
    )