Interface HtmlGameView

  • All Superinterfaces:
    ChallengeResponseView, GameView, com.cheetahdigital.uikit.architecture.mvp.MvpView
    All Known Implementing Classes:
    HtmlGameFragment

    public interface HtmlGameView
    extends GameView
    This view must be implemented to notify the Activity or Fragment of the API call returns
    • Method Detail

      • prepareGame

        void prepareGame​(java.lang.String url,
                         java.lang.String prizes,
                         java.lang.String genericBlob)
        Notifies the view to initialize the game
        Parameters:
        url - game url
        prizes - serialized list of Prize
        genericBlob - json object used for game preparation