# Secure Area Events
These events are in secureArea.js
file.
# Ti.App.fireEvent('launchBluetoothScanner')
Launches bluetooth scanner.
Example:
Ti.App.fireEvent('launchBluetoothScanner', {
iPad: true,
master: true
})
iPad
- is this the remote iPad?master
- is this the master device?
# Ti.App.fireEvent('launchSupport')
Launches support alert with three buttons: Live, Mail, Cancel.
Example:
Ti.App.fireEvent('launchSupport', {
skype: 'xxxxx.yyyy'
})
skype
- skype username for the live support. If null, it will be:mert.yentur
.