-
Notifications
You must be signed in to change notification settings - Fork 13
function_alert
Wesley de Groot edited this page Jan 2, 2016
·
8 revisions
Display an Alert message
Type | @var | Description | Required |
string | title | the title | Required |
string | description | the description | Required |
array | buttons | the buttons | Required |
function | callback | the callback | Required |
tvOS.alert('Update Avable', 'Update now', ['Yes', 'No'], function (e) { console.log('Clicked: ' + event) })
Wesley de Groot • CC-BY 4.0