public class Notifications extends AbstractAction
| Constructor and Description |
|---|
Notifications(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
NotificationsGetQuery |
get(UserActor actor)
Returns a list of notifications about other users' feedback to the current user's wall posts.
|
NotificationsMarkAsViewedQuery |
markAsViewed(UserActor actor)
Resets the counter of new notifications about other users' feedback to the current user's wall posts.
|
NotificationsSendMessageQuery |
sendMessage(ServiceActor actor) |
NotificationsSendMessageQuery |
sendMessage(ServiceActor actor,
java.lang.String message,
java.util.List<java.lang.Long> userIds) |
NotificationsSendMessageQuery |
sendMessage(ServiceActor actor,
java.lang.String message,
java.lang.Long... userIds) |
getClientpublic Notifications(VkApiClient client)
client - vk api clientpublic NotificationsGetQuery get(UserActor actor)
actor - vk user actorpublic NotificationsMarkAsViewedQuery markAsViewed(UserActor actor)
actor - vk user actorpublic NotificationsSendMessageQuery sendMessage(ServiceActor actor, java.lang.String message, java.lang.Long... userIds)
actor - vk service actormessage - userIds - public NotificationsSendMessageQuery sendMessage(ServiceActor actor, java.lang.String message, java.util.List<java.lang.Long> userIds)
actor - vk service actormessage - userIds - public NotificationsSendMessageQuery sendMessage(ServiceActor actor)
actor - vk service actor