...
Note |
---|
We require the SDK to be initialized only once and as early as possible, |
Code Block | ||
---|---|---|
| ||
R89SDK.shared.setLogLevel(level: LogLevels.debug)
R89SDK.shared.setDebug()
R89SDK.shared.initialize(publisherId: "TestRefinery89ID",
appId: "TestConfigDemoApp",
singleLine: true,
publisherInitializationEvents: nil) |