Versions Compared

Key

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

...

Code Block
languagedart
R89SDK.setLogLevel(LogLevel.debug);

Full example

Code Block
languagedart
R89SDK.setLogLevel(LogLevel.debug); 
R89SDK.setDebug(getLocalFakeData: true); 

/* <SingleTagConfiguratorCode> */
addTestingSingleTagData()

R89SDK.initialize(
      publisherId: "TestRefinery89ID", /* This is for testing purposes, change it on prod */
      appId: "TestDemoApp", /* This is for testing purposes, change it on prod */
      singleTag: true);