JWRelatedOpenEvent
@protocol JWRelatedOpenEvent <JWRelatedInteractionEvent>
JWRelatedOpenEvent provides information on an action taken to open the Recommendations UI.
-
The URL of the feed that was loaded into the player.
Declaration
Objective-C
@property (readwrite, copy, nonatomic) NSString *_Nonnull url;
-
An array of all items that have been loaded into the related plugin.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) NSArray<JWPlaylistItem *> *_Nonnull items;