MediaActionFeedEntity


class MediaActionFeedEntity : Entity


Represents a media action feed entity.

This entity facilitates the use of a dataFeedElementId, which serves as a unique identifier for ingested feed content. This ID is crucial for Google TV to accurately identify and process the content, enabling features such as Gracenote metadata lookups.

Summary

Nested types

Builder class for MediaActionFeedEntity.

Public functions

Optional<String!>!

Returns the data feed element ID of the entity.

Optional<String!>!

Returns the description of the entity.

Optional<String!>!

Returns the name of the entity.

Optional<(Mutable)List<Image!>!>!

Returns the poster images of the entity.

Optional<RecommendationReason!>!

Returns the recommendation reason of the entity.

Public functions

getDataFeedElementId

fun getDataFeedElementId(): Optional<String!>!

Returns the data feed element ID of the entity.

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the entity.

getName

fun getName(): Optional<String!>!

Returns the name of the entity.

getPosterImages

fun getPosterImages(): Optional<(Mutable)List<Image!>!>!

Returns the poster images of the entity.

getRecommendationReason

fun getRecommendationReason(): Optional<RecommendationReason!>!

Returns the recommendation reason of the entity.