Snap Fragment Result Listener
Listener providing results for the SnapFragment
Functions
Link copied to clipboard
abstract Unit snapFragmentDidSnapSportEvent(SnapFragment fragment, SportEventSnapResultEntry sportEvent)
Content copied to clipboard
Called when the SnapFragment 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 SnapFragment, you need to do so. SnapFragment does not dismiss itself.
Link copied to clipboard
abstract Unit snapFragmentShouldShowHelp(SnapFragment fragment, String helpUrl)
Content copied to clipboard
Called when the user presses the help button.