snapActivityDidSnapSportEvent

abstract Unit snapActivityDidSnapSportEvent(SnapActivity activity, SnapFragment fragment, SportEventSnapResultEntry sportEvent)

Called when the SnapActivity snaps a sport event. Snapping will automatically stop since we assume that you will navigate to a new screen. If you want to continue snapping, call continueSnapping on the SnapFragment. Note: if you want to dismiss the SnapActivity, you need to do so. SnapActivity does not dismiss itself.

  • activity the snap activity

  • fragment the snap fragment

  • sportEvent the snapped sport event result