| | |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | #import <WASdkIntf/WASdkIntf.h> |
| | | @interface WASdkTrack : WAITrack |
| | | @interface WASdkTrack : WAITrack<NSCopying> |
| | | @property(copy,nonatomic)NSString *deviceid; |
| | | @property(copy,nonatomic)NSString *deviceType; |
| | | @property(copy,nonatomic)NSString *deviceBrand; |
| | |
| | | @property(copy,nonatomic)NSString *tz; |
| | | @property(copy,nonatomic)NSString *currencyCode; |
| | | |
| | | |
| | | @property(copy,nonatomic)NSString *userId; |
| | | @property(strong,nonatomic)NSDictionary* mapping; |
| | | @property(strong,nonatomic)NSDictionary* trackerConfig; |
| | | @property(copy,nonatomic)NSString *url; |
| | | +(WASdkTrack*)shareTracker; |
| | | +(WASdkTrack*)getNewTrackerInstance; |
| | | +(NSString*)getSessionId; |
| | | @end |