AI-generated Key Takeaways
-
The UserAction class defines a list of user actions used in UserActionRequestData.
-
The class includes constants for user actions such as DISLIKE, FLAG, FOLLOW, LIKE, and UNFOLLOW.
-
These constants represent specific user preferences and interactions with currently playing content.
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.
public static final String FLAG
User flags currently playing content as inappropriate.
public static final String FOLLOW
User wants to follow or star currently playing content.
public static final String LIKE
User indicates a like preference for the currently playing content.
public static final String UNFOLLOW
User wants to stop following currently playing content.

