RelatedContentEvent

@available(*, deprecated, message: "This class will be removed with the next major release.")
@objc(THEOplayerRelatedContentEvent)
public class RelatedContentEvent : NSObject, EventProtocol

The RelatedContent event object.

  • The type of the event.

    Declaration

    Swift

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

    Declaration

    Swift

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