mobileUnlockIdleTimer

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileUnlockIdleTimer
Synonymsiphoneunlockidletimer
Summary

Allows iOS or Android to dim and lock the screen after periods of no user interaction.

Introduced5.5
OSios, android
Platformsmobile
Example
mobileUnlockIdleTimer
RelatedCommand: mobileLockIdleTimer
Function: mobileIdleTimerLocked
Description

Use the mobileUnlockIdleTimer command to allow iOS or Android to dim and lock the screen again where you have prevented this using the mobileLockIdleTimer command.

Locking the idle timer increments an internal lock count, while unlocking the idle timer decrements the lock count. When the lock count goes from 0 to 1, the idle timer is turned off; when the lock count goes from 1 to 0, the idle timer is turned on.