Package com.vk.api.sdk.actions
Class Widgets
- java.lang.Object
-
- com.vk.api.sdk.client.AbstractAction
-
- com.vk.api.sdk.actions.Widgets
-
public class Widgets extends AbstractAction
List of Widgets methods
-
-
Constructor Summary
Constructors Constructor Description Widgets(VkApiClient client)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetsGetCommentsQuerygetComments(ServiceActor actor)Gets a list of comments for the page added through the [vk.com/dev/Comments|Comments widget].WidgetsGetCommentsQuerygetComments(UserActor actor)Gets a list of comments for the page added through the [vk.com/dev/Comments|Comments widget].WidgetsGetPagesQuerygetPages(ServiceActor actor)Gets a list of application/site pages where the [vk.com/dev/Comments|Comments widget] or [vk.com/dev/Like|Like widget] is installed.WidgetsGetPagesQuerygetPages(UserActor actor)Gets a list of application/site pages where the [vk.com/dev/Comments|Comments widget] or [vk.com/dev/Like|Like widget] is installed.-
Methods inherited from class com.vk.api.sdk.client.AbstractAction
getClient
-
-
-
-
Constructor Detail
-
Widgets
public Widgets(VkApiClient client)
Constructor- Parameters:
client- vk api client
-
-
Method Detail
-
getComments
public WidgetsGetCommentsQuery getComments(UserActor actor)
Gets a list of comments for the page added through the [vk.com/dev/Comments|Comments widget].- Parameters:
actor- vk actor- Returns:
- query
-
getComments
public WidgetsGetCommentsQuery getComments(ServiceActor actor)
Gets a list of comments for the page added through the [vk.com/dev/Comments|Comments widget].- Parameters:
actor- vk actor- Returns:
- query
-
getPages
public WidgetsGetPagesQuery getPages(UserActor actor)
Gets a list of application/site pages where the [vk.com/dev/Comments|Comments widget] or [vk.com/dev/Like|Like widget] is installed.- Parameters:
actor- vk actor- Returns:
- query
-
getPages
public WidgetsGetPagesQuery getPages(ServiceActor actor)
Gets a list of application/site pages where the [vk.com/dev/Comments|Comments widget] or [vk.com/dev/Like|Like widget] is installed.- Parameters:
actor- vk actor- Returns:
- query
-
-