public abstract class CallbackApi extends EventsHandler
gson| Modifier | Constructor and Description |
|---|---|
protected |
CallbackApi(java.lang.String confirmationCode) |
protected |
CallbackApi(java.lang.String confirmationCode,
java.lang.String secretKey) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
confirmation() |
java.lang.String |
parse(CallbackMessage message) |
java.lang.String |
parse(com.google.gson.JsonObject json) |
java.lang.String |
parse(java.lang.String json) |
audioNew, boardPostDelete, boardPostEdit, boardPostNew, boardPostRestore, groupChangePhoto, groupChangeSettings, groupJoin, groupLeave, groupOfficersEdit, marketCommentDelete, marketCommentEdit, marketCommentNew, marketCommentRestore, messageAllow, messageDeny, messageEdit, messageNew, messageReply, photoCommentDelete, photoCommentEdit, photoCommentNew, photoCommentRestore, photoNew, pollVoteNew, userBlock, userUnblock, videoCommentDelete, videoCommentEdit, videoCommentNew, videoCommentRestore, videoNew, wallPostNew, wallReplyDelete, wallReplyEdit, wallReplyNew, wallReplyRestore, wallRepostprotected CallbackApi(java.lang.String confirmationCode)
protected CallbackApi(java.lang.String confirmationCode,
java.lang.String secretKey)
protected java.lang.String confirmation()
confirmation in class EventsHandlerpublic java.lang.String parse(java.lang.String json)
public java.lang.String parse(com.google.gson.JsonObject json)
public java.lang.String parse(CallbackMessage message)
parse in class EventsHandler