RecommendationClusterType


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [RecommendationClusterType.TYPE_UNSPECIFIED, RecommendationClusterType.TYPE_TOP_PICKS_FOR_YOU, RecommendationClusterType.TYPE_PROVIDER_ROW])
annotation RecommendationClusterType


Type of the recommendation cluster dictates how the recommendation data is meant to be used on Google TV's "ForYou" tab.

Summary

Constants

const Int

Provider rows recommendation cluster type.

const Int

Top picks for you recommendation cluster type.

const Int

Unspecified recommendation cluster type.

Constants

TYPE_PROVIDER_ROW

const val TYPE_PROVIDER_ROW = 2: Int

Provider rows recommendation cluster type.

Recommendation data from this cluster is meant to be used as an individual provider row.

TYPE_TOP_PICKS_FOR_YOU

const val TYPE_TOP_PICKS_FOR_YOU = 1: Int

Top picks for you recommendation cluster type.

Recommendation data from this cluster is meant to intermix within the "top picks for you" row.

TYPE_UNSPECIFIED

const val TYPE_UNSPECIFIED = 0: Int

Unspecified recommendation cluster type.

This is the default value when the recommendation cluster type is not specified.