Skip to content

Commit

Permalink
docs: link idleTimerDisabled and keepScreenOn
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 26, 2024
1 parent 87a105a commit 591145e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/App/App.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ properties:

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

Expand Down
1 change: 1 addition & 0 deletions apidoc/Titanium/UI/View.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2042,6 +2042,7 @@ properties:
description: |
When `true` the screen will not power down. Note: enabling this feature will use more
power, thereby adversely affecting run time when on battery.
For iOS look at [Titanium.App.idleTimerDisabled](Titanium.App.idleTimerDisabled).
type: Boolean
default: false
platforms: [android]
Expand Down

0 comments on commit 591145e

Please sign in to comment.