Class Notifications

java.lang.Object
com.vk.api.sdk.client.AbstractAction
com.vk.api.sdk.actions.Notifications

public class Notifications
extends AbstractAction
List of Notifications methods
  • Constructor Details

    • Notifications

      public Notifications​(VkApiClient client)
      Constructor
      Parameters:
      client - vk api client
  • Method Details

    • get

      public NotificationsGetQuery get​(UserActor actor)
      Returns a list of notifications about other users' feedback to the current user's wall posts.
      Parameters:
      actor - vk actor
      Returns:
      query
    • markAsViewed

      public NotificationsMarkAsViewedQuery markAsViewed​(UserActor actor)
      Resets the counter of new notifications about other users' feedback to the current user's wall posts.
      Parameters:
      actor - vk actor
      Returns:
      query
    • sendMessage

      public NotificationsSendMessageQuery sendMessage​(ServiceActor actor, java.lang.String message, java.lang.Integer... userIds)
      Parameters:
      actor - vk actor
      message -
      userIds -
      Returns:
      query
    • sendMessage

      public NotificationsSendMessageQuery sendMessage​(ServiceActor actor, java.lang.String message, java.util.List<java.lang.Integer> userIds)
      Parameters:
      actor - vk actor
      message -
      userIds -
      Returns:
      query