Snapping Games
Implementation
Live Game Capture Code Example
SnapscreenSDKModule.presentOperatorFlowWithConfiguration({
"automaticSnap": false,
"autosnapTimeoutDuration": 30,
"autosnapIntervalInSeconds": 0.5,
"navigationBackground": "#FFFFFF",
"navigationForeground": "#2DD4BF",
"or",
"navigationBackground-light": "#FFFFFF",
"navigationBackground-dark": "#2DD4BF",
"navigationForeground-light": "#2DD4BF",
"navigationForeground-dark": "#000000"
}, (snapResult) => {
console.log(`Snapped sport event ID ${snapResult.externalId}`);
});iOS Camera Permissions Required before Presenting Snap
iOS Camera Permission Configuration
Last updated
Was this helpful?