-
-
Notifications
You must be signed in to change notification settings - Fork 13
function_safeString
Wesley de Groot edited this page Nov 12, 2015
·
10 revisions
make a string safe!
Type | @var | Description | Required |
string | str | the unsafe string | Required |
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)
Wesley de Groot • CC-BY 4.0