Skip to main content
Version: v2

resetDropWristScreenOff

Start from API_LEVEL 2.1 . Please refer to API_LEVEL.

Resume wrist drop resting behavior.

Type​

function resetDropWristScreenOff(): Result

Parameters​

Result​

TypeDescription
numberIf 0 is returned, success is indicated

Example​

import { pauseDropWristScreenOff, resetDropWristScreenOff } from '@zos/display'

pauseDropWristScreenOff({
duration: 0,
})

setTimeout(() => {
resetDropWristScreenOff()
}, 3000)