Snapping Games
Implementation
Live Game Capture Code Example
SnapFragment.newInstance(SnapConfiguration(), this)override fun snapFragmentDidSnapSportEvent(
fragment: SnapFragment,
sportEvent: SportEventSnapResultEntry
) {
// This is the SportRadar Match ID by default.
// Other ID providers are available on request
val externalProviderId = sportEvent.externalId
}Camera Permissions Required before Presenting Snap
Alternative Example using SnapActivity
Recommendations
Present Snap as a separate Activity
Limit to portrait
Last updated
Was this helpful?