belongs to Maven artifact com.android.support:recommendation:28.0.0-alpha1
ContentRecommendation
public
final
class
ContentRecommendation
extends Object
java.lang.Object | |
↳ | android.support.app.recommendation.ContentRecommendation |
The ContentRecommendation object encapsulates all application provided data for a single content recommendation item.
Summary
Nested classes | |
---|---|
class |
ContentRecommendation.Builder
Builder class for |
@interface |
ContentRecommendation.ContentMaturity
|
@interface |
ContentRecommendation.ContentPricing
|
@interface |
ContentRecommendation.ContentStatus
|
@interface |
ContentRecommendation.ContentType
|
class |
ContentRecommendation.IntentData
Object used to encapsulate the data to be used to build the |
@interface |
ContentRecommendation.IntentType
|
Constants | |
---|---|
String |
CONTENT_MATURITY_ALL
Value to be used with |
String |
CONTENT_MATURITY_HIGH
Value to be used with |
String |
CONTENT_MATURITY_LOW
Value to be used with |
String |
CONTENT_MATURITY_MEDIUM
Value to be used with |
String |
CONTENT_PRICING_FREE
Value to be used with |
String |
CONTENT_PRICING_PREORDER
Value to be used with |
String |
CONTENT_PRICING_PURCHASE
Value to be used with |
String |
CONTENT_PRICING_RENTAL
Value to be used with |
String |
CONTENT_PRICING_SUBSCRIPTION
Value to be used with |
int |
CONTENT_STATUS_AVAILABLE
Value to be used with |
int |
CONTENT_STATUS_PENDING
Value to be used with |
int |
CONTENT_STATUS_READY
Value to be used with |
int |
|