public abstract class UserLongPollApi extends EventsHandler
gson| Modifier | Constructor and Description |
|---|---|
protected |
UserLongPollApi(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
int waitTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
run() |
protected void |
run(GroupActor actor) |
protected void |
run(UserActor actor,
java.lang.Long groupId) |
void |
stop() |
audioNew, boardPostDelete, boardPostEdit, boardPostNew, boardPostRestore, confirmation, groupChangePhoto, groupChangeSettings, groupJoin, groupLeave, groupOfficersEdit, marketCommentDelete, marketCommentEdit, marketCommentNew, marketCommentRestore, messageAllow, messageDeny, messageEdit, messageNew, messageReply, parse, photoCommentDelete, photoCommentEdit, photoCommentNew, photoCommentRestore, photoNew, pollVoteNew, userBlock, userUnblock, videoCommentDelete, videoCommentEdit, videoCommentNew, videoCommentRestore, videoNew, wallPostNew, wallReplyDelete, wallReplyEdit, wallReplyNew, wallReplyRestore, wallRepostprotected UserLongPollApi(VkApiClient client, UserActor actor, java.lang.Long groupId, int waitTime)
public void run()
protected void run(GroupActor actor)
protected void run(UserActor actor, java.lang.Long groupId)
public void stop()
public boolean isRunning()