iphoneEnableRemoteControl | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Enables access to the remote control feature on iOS. |
Introduced | 6.1 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Command: iphoneSetRemoteControlDisplay, iphoneDisableRemoteControl, iphoneSetAudioCategory Function: iphoneRemoteControlEnabled Message: remoteControlReceived |
Description | Use the iphoneEnableRemoteControl command to start receiving remote control events after you start playing audio. 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). To use this feature remote control access must be enabled using the iphoneEnableRemoteControl command. The audio category must be set to 'playback' using the iphoneSetAudioCategory command.
|