UserAction

public final class UserAction extends Object

This class defines the list of user actions used in UserActionRequestData.

Constant Summary

String DISLIKE User indicates a dislike preference for the currently playing content.
String FLAG User flags currently playing content as inappropriate.
String FOLLOW User wants to follow or star currently playing content.
String LIKE User indicates a like preference for the currently playing content.
String UNFOLLOW User wants to stop following currently playing content.

Inherited Method Summary

Constants

public static final String DISLIKE

User indicates a dislike preference for the currently playing content.

Constant Value: "DISLIKE"

public static final String FLAG

User flags currently playing content as inappropriate.

Constant Value: "FLAG"

public static final String FOLLOW

User wants to follow or star currently playing content.

Constant Value: "FOLLOW"

public static final String LIKE

User indicates a like preference for the currently playing content.

Constant Value: "LIKE"

public static final String UNFOLLOW

User wants to stop following currently playing content.

Constant Value: "UNFOLLOW"