Skip to content

ratingView

Wesley de Groot edited this page Nov 19, 2015 · 5 revisions

tvOS.ratingView(...)

Example (gif)

compilationView

Example code:

/**
 * 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!')
 }
})

Discussion

Go to: issues/6