Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: link idleTimerDisabled and keepScreenOn #13974

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading