JWAdBreakEvent
@protocol JWAdBreakEvent <NSObject>
JWAdBreakEvent provides information for an ad break.
-
The client that is currently being used, vast, googima or freewheel.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) JWAdClient client;
-
Whether an ad break is in a pre, mid, or post position.
Declaration
Objective-C
@property (readwrite, copy, nonatomic) NSString *_Nonnull adPosition;