...
Code Block | ||
---|---|---|
| ||
R89SDK.setDebug(); R89SDK.setLogLevel(LogLevel.debug); R89SDK.initialize( publisherId: "TestRefinery89ID", appId: "TestDemoApp", singleTag: false,); |
2. Use Debug Config Ids
...
...
Code Block | ||
---|---|---|
| ||
R89SDK.setDebug(); R89SDK.setLogLevel(LogLevel.debug); R89SDK.initialize( publisherId: "TestRefinery89ID", appId: "TestDemoApp", singleTag: false,); |
...