Skip to content

Commit bd5c5e7

Browse files
authored
docs: link idleTimerDisabled and keepScreenOn (#13974)
1 parent cf14a9b commit bd5c5e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apidoc/Titanium/App/App.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ properties:
543543

544544
- name: idleTimerDisabled
545545
summary: Determines whether the screen is locked when the device is idle.
546-
description: Set to `true` to disable the timer.
546+
description: Set to `true` to disable the timer. For Android look at [Titanium.UI.View.keepScreenOn](Titanium.UI.View.keepScreenOn).
547547
type: Boolean
548548
platforms: [iphone, ipad, macos]
549549

apidoc/Titanium/UI/View.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1975,6 +1975,7 @@ properties:
19751975
description: |
19761976
When `true` the screen will not power down. Note: enabling this feature will use more
19771977
power, thereby adversely affecting run time when on battery.
1978+
For iOS look at [Titanium.App.idleTimerDisabled](Titanium.App.idleTimerDisabled).
19781979
type: Boolean
19791980
default: false
19801981
platforms: [android]

0 commit comments

Comments
 (0)
close