OOVASTUtils.h
1 #import <Foundation/Foundation.h>
2 #import "OOTBXML.h"
3 
8 @interface OOVASTUtils : NSObject
9 
10 + (void)setAdvertisingId:(NSString *)adId;
11 + (NSString *)advertisingId;
12 + (NSURL *)urlFromAdUrlString:(NSString *)url;
13 + (void)logErrorCodes:(NSArray *)errorCodes;
14 
15 + (BOOL)boolValueForAttribute:(NSString *)attribute
16  element:(OOTBXMLElement *)element
17  default:(BOOL)defaultValue;
18 
19 + (NSInteger)intValueForAttribute:(NSString *)attribute
20  element:(OOTBXMLElement *)element
21  default:(NSInteger)defaultValue;
22 
23 + (void)parseTrackingEventsWithElement:(OOTBXMLElement *)element
24  dict:(NSMutableDictionary *)dict;
25 @end
Definition: OOTBXML.h:54
Various VAST-related utilities.
Definition: OOVASTUtils.h:8
NSString * advertisingId()