Snapping Games and Presenting Odds
Obtaining sporting event odds and presenting them to the application.
Description
Integration
Show SDK immediately
SnapoddsSdk.sportsMediaBuilder()
.setLanguage('en')
.setAutoSnap(true)
.setVibrate(true)
.setUsState('NV')
.setAccessTokenProvider(fetchAccessTokenFromApi)
.onClose(() => console.log('SDK:onClose'))
.appendTo(document.body);Show SDK only if sportEvents are live
Geo Location
SDK Configuration Options
Method
Parameter
Default Value
Description
Last updated
Was this helpful?