1 #import <Foundation/Foundation.h> 3 typedef NS_ENUM(NSInteger, OffsetType) {
15 @property (readonly, nonatomic, assign) OffsetType
type;
17 - (id)initWithType:(OffsetType)
type value:(Float64)value;
18 - (id)initWithOffset:(NSString *)offsetStr;
OffsetType type
Definition: OOVASTOffset.h:15
Defines an offset for when ad-related events should happen around VAST ads.
Definition: OOVASTOffset.h:13