SnapActivityResultListener

public interface SnapActivityResultListener

Listener providing results for the SnapActivity

Functions

Link copied to clipboard
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.