Skip to content

function_safeString

Wesley de Groot edited this page Nov 12, 2015 · 10 revisions

tvOS.safeString(str)

make a string safe!

Parameters

Type @var Description Required
string str the unsafe string Required

Example

tvOS.alert('Update Avable', 'Update now', ['Yes', 'No'], function (e) { console.log('Clicked: ' + event) })tvOS.removeOldDocument()tvOS.reload()tvOS.makeDocument(xmlString)tvOS.showLoadingIndicator(text, presentation)tvOS.removeLoadingIndicator()tvOS.log(object)tvOS.dismiss()tvOS.load(event)tvOS.display(view)tvOS.listView(title, list, banner)tvOS.RatingView(title, rating, callback)tvOS.CompilationView(title, subtitle, text, image, items, buttons)tvOS.Compilation(title, subtitle, text, image, items, buttons)tvOS.searchView(search, results, items, callback_on_search, callback_on_select)tvOS.location(url)tvOS.toEmoij(str)tvOS.safeString(str)



Back to function list