commit | author | age
|
6e1425
|
1 |
// |
H |
2 |
// WAITrack.h |
|
3 |
// WASdkIntfUI |
|
4 |
// |
|
5 |
// Created by GHW-T-01 on 16/3/1. |
|
6 |
// Copyright © 2016年 GHW-T-01. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <Foundation/Foundation.h> |
|
10 |
#import <WASdkIntf/WASdkIntf.h> |
|
11 |
@interface WASdkTrack : WAITrack |
|
12 |
@property(copy,nonatomic)NSString *deviceid; |
|
13 |
@property(copy,nonatomic)NSString *deviceType; |
|
14 |
@property(copy,nonatomic)NSString *deviceBrand; |
|
15 |
@property(copy,nonatomic)NSString *idfa; |
|
16 |
@property(copy,nonatomic)NSString *model; |
|
17 |
@property(copy,nonatomic)NSString *op; |
|
18 |
@property(copy,nonatomic)NSString *os; |
|
19 |
@property(copy,nonatomic)NSString *tz; |
|
20 |
@property(copy,nonatomic)NSString *currencyCode; |
|
21 |
|
|
22 |
@property(copy,nonatomic)NSString *userId; |
|
23 |
@property(strong,nonatomic)NSDictionary* mapping; |
|
24 |
@property(strong,nonatomic)NSDictionary* trackerConfig; |
|
25 |
@property(copy,nonatomic)NSString *url; |
|
26 |
+(WASdkTrack*)shareTracker; |
|
27 |
+(NSString*)getSessionId; |
|
28 |
@end |