Skip to content
On this page

ek.setKeepScreen

支持 Promise

设置是否保持常亮状态。仅在当前小程序生效,离开小程序后设置失效。

参数

参数类型默认值必填说明
keepScreenOnboolean是否保持屏幕常亮
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

Example

ts
ek.setKeepScreen({ keepScreenOn: true })