SnapFragmentResultListener

public interface SnapFragmentResultListener

Listener providing results for the SnapFragment

Functions

Link copied to clipboard
abstract Unit snapFragmentDidSnapSportEvent(SnapFragment fragment, SportEventSnapResultEntry sportEvent)

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)

Called when the user presses the help button.

Inheritors

Link copied to clipboard