Class LongPoll

    • Constructor Summary

      Constructors 
      Constructor Description
      LongPoll​(VkApiClient client)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetLongPollEventsQuery getEvents​(java.lang.String url, java.lang.String key, java.lang.String ts)
      Retrieves events from long poll server starting from the specified timestamp.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongPoll

        public LongPoll​(VkApiClient client)
        Constructor
        Parameters:
        client - vk api client
    • Method Detail

      • getEvents

        public GetLongPollEventsQuery getEvents​(java.lang.String url,
                                                java.lang.String key,
                                                java.lang.String ts)
        Retrieves events from long poll server starting from the specified timestamp.