Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

We require the SDK to be initialized only once and as early as possible,

Code Block
languageswift
R89SDK.shared.setLogLevel(level: LogLevels.debug)
R89SDK.shared.setDebug()
R89SDK.shared.initialize(publisherId: "TestRefinery89ID", 
                         appId: "TestConfigDemoApp", 
                         singleLine: true, 
                         publisherInitializationEvents: nil)