public class LongPoll extends AbstractAction
| Constructor and Description |
|---|
LongPoll(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GetLongPollEventsQuery |
getEvents(java.net.URI url,
java.lang.String key,
java.lang.String ts)
Retrieves events from long poll server starting from the specified timestamp.
|
getClientpublic LongPoll(VkApiClient client)
client - vk api clientpublic GetLongPollEventsQuery getEvents(java.net.URI url, java.lang.String key, java.lang.String ts)