Snapping Games
Obtaining live sporting event information by 'snapping'
Integration
Description
Show SDK immediately
SnapoddsSdk.operatorsBuilder()
.setLanguage('en')
.setAutoSnap(true)
.setVibrate(true)
.setAccessTokenProvider(fetchAccessTokenFromApi)
.onResults((tvSearchResult) => /* Handle tvSearchResult here */ )
.onClose(() => console.log('SDK:onClose'))
.appendTo(document.body);Show SDK only if sportEvents are live
SDK Configuration Options
Method
Parameter
Default Value
Description
Result format
Last updated
Was this helpful?