This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2019-04-17 11:51:00.147009+0300 OurApp[33618:737427] TEALIUM: INSIDE SOASTA REMPOTE COMMAND BLOCK TEALIUM | |
| 2019-04-17 11:51:00.147232+0300 OurApp[33618:737427] TEALIUM: INITIALIZING SOASTA | |
| 2019-04-17 11:51:00.147527+0300 OurApp[33618:737427] TEALIUM: INITIALIZED SOASTA | |
| 2019-04-17 11:51:00:147 OurApp[33618:17b03] Config URL: https://c.go-mpulse.net/api/config.json?key=XXXXXXXXv=2.6.0&l=ios | |
| 2019-04-17 11:51:00.147891+0300 OurApp[33618:737979] Config URL: https://c.go-mpulse.net/api/config.json?key=XXXXXXv=2.6.0&l=ios | |
| 2019-04-17 11:51:02.645558+0300 OurApp[33618:737427] TEALIUM: Setting SOASTA VIEW GROUP Launch | |
| 2019-04-17 11:51:02.646492+0300 OurApp[33618:737427] TEALIUM: SOASTA - Starting timer and returning timer id timerID ScreenLoad-XXXXXXXXXX | |
| 2019-04-17 11:51:02.684275+0300 OurApp[33618:737427] TEALIUM: INSIDE SOASTA REMPOTE COMMAND BLOCK TEALIUM | |
| 2019-04-17 11:51:05.593081+0300 OurApp[33618:737427] TEALIUM: SOASTA - Setting custom dimension (single) | |
| 2019-04-17 11:51:05.609168+0300 OurApp[33618:737427] TEALIU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <Foundation/Foundation.h> | |
| NS_ASSUME_NONNULL_BEGIN | |
| @interface TealiumOperation : NSOperation | |
| { | |
| BOOL _executing; | |
| BOOL _finished; | |
| } | |
| - (instancetype)initWithType:(NSInteger)type; |