Package com.vk.api.sdk.actions
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 Summary
Constructors Constructor Description Notifications(VkApiClient client)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsGetQueryget(UserActor actor)Returns a list of notifications about other users' feedback to the current user's wall posts.NotificationsMarkAsViewedQuerymarkAsViewed(UserActor actor)Resets the counter of new notifications about other users' feedback to the current user's wall posts.NotificationsSendMessageQuerysendMessage(ServiceActor actor, java.lang.String message, java.lang.Integer... userIds)NotificationsSendMessageQuerysendMessage(ServiceActor actor, java.lang.String message, java.util.List<java.lang.Integer> userIds)-
Methods inherited from class com.vk.api.sdk.client.AbstractAction
getClient
-
-
-
-
Constructor Detail
-
Notifications
public Notifications(VkApiClient client)
Constructor- Parameters:
client- vk api client
-
-
Method Detail
-
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 actormessage-userIds-- Returns:
- query
-
sendMessage
public NotificationsSendMessageQuery sendMessage(ServiceActor actor, java.lang.String message, java.util.List<java.lang.Integer> userIds)
- Parameters:
actor- vk actormessage-userIds-- Returns:
- query
-
-