public class AmazonContentInteractionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DETAIL_VIEW
Indicates the customer has viewed the detail page for the content.
|
static int |
DISLIKE
Customer has indicated they do not like the content and/or do not want to see similar content.
|
static int |
INGRESS
Indicates the customer has ingressed to content in an external player or context in
which there is no understanding of viewing progress.
|
static int |
LIKE
Customer has indicated they like the content or want to see similar content.
|
static int |
REMOVE
Customer has indicated they do not want to see the content anywhere.
|
static int |
TRAILER_VIEW
Indicates the customer has watched the trailer for the content.
|
public static final int TRAILER_VIEW
public static final int DETAIL_VIEW
public static final int INGRESS
public static final int LIKE
public static final int DISLIKE
public static final int REMOVE