@FunctionalInterface
public interface CallbackGameHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onCallbackGame(CallbackQuery callbackQuery,
java.lang.String gameShortName)
Handles an incoming callback game.
|
void onCallbackGame(CallbackQuery callbackQuery, java.lang.String gameShortName) throws java.lang.Throwable
callbackQuery - new incoming callback gamegameShortName - short name of a Game to be returned,
serves as the unique identifier for the gamejava.lang.Throwable - if a throwable is thrown