Interface ScratcherView
-
- All Superinterfaces:
ChallengeResponseView
,GameView
,MvpView
- All Known Implementing Classes:
ScratcherFragment
public interface ScratcherView extends GameView
This view must be implemented to notify the Activity or Fragment of the API call returns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
prepareGame(java.util.List<Prize> prizes)
Notifies the view to initialize the game-
Methods inherited from interface com.cheetahdigital.challenges.ui.responses.base.ChallengeResponseView
onChallengeRespondSuccess, showErrorMessage, showLoading, showReward
-
Methods inherited from interface com.cheetahdigital.challenges.ui.responses.game.base.GameView
setGameError, setGameResult, showGameLostMessage, showGameWonMessage
-
-