For the complete documentation index, see llms.txt. This page is also available as Markdown.

Initialization

Initialization

In order to initialize Snapscreen, call the following method when your React Native application starts up:

SnapscreenSDKModule.setupWithClientId("your-client-id", "your-client-secret");

Additional information

To improve performance, SnapOdds requires basic locational information to be provided. Set the users country and US state information within the SDK using the parameters country and usState:

SnapscreenSDKModule.setCountry("US")
SnapscreenSDKModule.setUsState("NJ")

Last updated

Was this helpful?