remoteControlReceived | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Sent when the remote control is enabled and a remote control operation occurs. | ||||||
Introduced | 6.1 | ||||||
OS | ios | ||||||
Platforms | mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: iphoneDisableRemoteControl, iphoneSetAudioCategory, iphoneEnableRemoteControl, iphoneSetRemoteControlDisplay Function: iphoneRemoteControlEnabled | ||||||
Description | Handle the remoteControlReceived message if you want to perform an action when a remote control event occurs. The remote control feature on iOS allows access to the audio controls both on an external device and also on the device itself when in lock screen (via double-tapping on the Home button). When the remote control is enabled and a remote control event occurs the remoteControlReceived message is send to the current card.
|