JWAdScheduleEvent
@protocol JWAdScheduleEvent <NSObject>
JWAdScheduleEvent provides scheduling information specific to the loaded VMAP tag.
-
An array containing the adBreaks of the VMAP schedule.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) NSArray<JWAdBreak *> *_Nonnull adBreaks;
-
The client that is currently being used, vast, googima or freewheel.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) JWAdClient client;