Apple TV Docs

Rating Template

Use this template to display a rating for an item.

Tips & Tricks

  • Default theme: System preference

Templates

Default

<document>
	<ratingTemplate>
	    <title>Rate Lorem Ipsum</title>
	    <!-- Add event listener of type "change" which will be called if user rates. the new value is in event dictionary which is a value between 0.2 (1 star) - 1.0 (5 stars) -->
	    <ratingBadge value="0.6"></ratingBadge>
	</ratingTemplate>
</document>