JWRelatedOpenEvent

@protocol JWRelatedOpenEvent <JWRelatedInteractionEvent>

JWRelatedOpenEvent provides information on an action taken to open the Recommendations UI.

  • url

    The URL of the feed that was loaded into the player.

    Declaration

    Objective-C

    @property (nonatomic, copy, readwrite) NSString *_Nonnull url;
  • An array of all items that have been loaded into the related plugin.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite)
        NSArray<JWPlaylistItem *> *_Nonnull items;