Back
PreventWifiSleep
JS
Py
Hello World
Prevent the device WiFi from powering down.
app.PreventWifiSleep()
See Also:
SetWifiEnabled
,
IsWifiEnabled
Example - Example
function
OnStart
(
)
{
app
.
PreventWifiSleep
(
)
;
}
from
native
import
app
def
OnStart
(
)
:
app
.
PreventWifiSleep
(
)
Copy
Copy All
Run