Screen Control
To Keep device screen on all the time.
const { screen } = window.WTN
//to keep device screen on all the time
screen.keepScreenOn()
//to revert back to normal screen behaviour
screen.keepScreenNormal()
Last updated
Was this helpful?