-
-
Notifications
You must be signed in to change notification settings - Fork 13
function_display
Wesley de Groot edited this page Nov 28, 2015
·
10 revisions
create a nice RatingView (with support of objects)
Type | @var | Description | Required |
string | title | the title of your RatingView | Required |
string | rating | the default/averange rating | Required |
string | [callback] | function to relay on (Does not work) | Optional |
tvOS.RatingView(title, rating, function (clicked) {
console.log('Clicked on ' + clicked) // Does not work (yet)!
})
Wesley de Groot • CC-BY 4.0