RecommendationType


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [RecommendationType.TOP_ON_PARTNER, RecommendationType.POPULAR_ON_PARTNER, RecommendationType.NEW_ON_PARTNER, RecommendationType.WATCHED_SIMILAR_TITLES, RecommendationType.RECOMMENDED_FOR_USER, RecommendationType.WATCH_AGAIN, RecommendationType.FROM_USER_WATCHLIST, RecommendationType.USER_LIKED_TITLE, RecommendationType.GENERIC])
public annotation RecommendationType


Type of a recommendation.

Summary

Constants

static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int

Constants

FROM_USER_WATCHLIST

public static final int FROM_USER_WATCHLIST = 7

GENERIC

public static final int GENERIC = 9

NEW_ON_PARTNER

public static final int NEW_ON_PARTNER = 3
public static final int POPULAR_ON_PARTNER = 2
public static final int RECOMMENDED_FOR_USER = 5

TOP_ON_PARTNER

public static final int TOP_ON_PARTNER = 1

USER_LIKED_TITLE

public static final int USER_LIKED_TITLE = 8

WATCHED_SIMILAR_TITLES

public static final int WATCHED_SIMILAR_TITLES = 4

WATCH_AGAIN

public static final int WATCH_AGAIN = 6