-
-
Notifications
You must be signed in to change notification settings - Fork 13
ratingView
Wesley de Groot edited this page Nov 19, 2015
·
5 revisions
/**
* PLEASE NOTE THAT CALLBACK WILL NOT WORK.
*/
evaluateScripts(['https://wdg.github.io/tvOS.js/tvOS.js'], function (success) {
if (success) {
tvOS.RatingView('TV Demo Rating', '0.5', function (event) {
console.log(event)
})
} else {
console.log('Missing it all!')
}
})
Go to: issues/6
Wesley de Groot • CC-BY 4.0