BBASMInstance.h
2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
//
// XAdInstance.h
// XAdSDK
//
// Created by baidu on 16/1/28.
// assignright © 2016年 Baidu Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BBASMInstance : NSObject
@property(nonatomic, retain) NSDictionary *adData;
@property(nonatomic, copy) NSString *adType;
@property(nonatomic) int actionType;
@property(nonatomic, copy) NSString *clickURL;
@property(nonatomic, copy) NSString *endFrame;
@property(nonatomic, copy) NSString *middleURL;
@property(nonatomic, copy) NSString *resourseCachePath;
@property(nonatomic, copy) NSString *chargeLogURL;
@property(nonatomic, copy) NSString *showLogURL;
@property(nonatomic, copy) NSString *resoureURL;
@property(nonatomic, copy) NSString *iconURL;
@property(nonatomic, copy) NSString *winLog;
@property(nonatomic, retain) NSArray *thirdShowArray;
@property(nonatomic, copy) NSString *publishId;
@property(nonatomic, copy) NSString *htmlString;
@property(nonatomic, copy) NSString *tid;
@property(nonatomic, copy) NSString *adid;
@property(nonatomic, copy) NSString *videoURL;
@property(nonatomic) int videoDuration;
@property(nonatomic, copy) NSString *title;
@property(nonatomic, copy) NSString *adDescription;
@property(nonatomic, copy) NSString *queryKey;
@property(nonatomic, copy) NSString *appName;
@property(nonatomic, copy) NSArray *nwinLog;
@property(nonatomic, copy) NSArray *morePics;
@property(nonatomic, copy) NSString *phone;
@property(nonatomic, copy) NSDictionary *apo;
@property(nonatomic, copy) NSString *apoPage;
@property(nonatomic, copy) NSString *fallback;
@property(nonatomic, strong) NSNumber *fallbackAct;
@property(nonatomic, strong) NSNumber *width;
@property(nonatomic, strong) NSNumber *height;
@property(nonatomic, strong) NSNumber *logo;
@property(nonatomic, strong) NSNumber *closetype;
@property (nonatomic, copy) NSDictionary *monitors;
@property (nonatomic, copy) NSArray *monVShowArray;
@property (nonatomic, copy) NSArray *monVStartArray;
@property (nonatomic, copy) NSArray *monVClickArray;
@property (nonatomic, copy) NSArray *monVCloseArray;
@property (nonatomic, copy) NSArray *monVSkipArray;
@property (nonatomic, copy) NSArray *monShowEndCardArray;
@property (nonatomic, copy) NSArray *monClickEndCardArray;
@property NSTimeInterval adStartTime;
///激励视频 过期时间
@property(nonatomic, copy) NSString *expiration;
@property(nonatomic, copy) NSString *mute;
@property(nonatomic, copy) NSDictionary *ad_html;
@property(nonatomic, copy) NSString *bottomLPHtml;
@property(nonatomic, copy) NSString *bannerLandHtml;
@property(nonatomic, copy) NSString *tailFrameHtml;
@property(nonatomic, copy) NSString *ctk;
@property(nonatomic) int skiptime;
@property(nonatomic) int rewardtime;
- (id)initWithDictonary:(NSDictionary *)adData;
@end