NativeScript 插件 NativeScript Insomnia

码农软件 · 软件分类 · NativeScript 插件 · 2019-04-29 11:44:16

软件介绍

NativeScript Insomnia 是可以使得设备锁定然后屏幕不暗的 NativeScript 插件。

安装

tns plugin add nativescript-insomnia

使用

var insomnia = require("nativescript-insomnia");

keepAwake

  insomnia.keepAwake().then(function() {
        console.log("Insomnia is active");
  })

allowSleepAgain

  insomnia.allowSleepAgain().then(function() {
        console.log("Insomnia is inactive, good night!");
  })

本文地址:https://codercto.com/soft/d/4635.html

Developer's Guide to Social Programming

Developer's Guide to Social Programming

Mark D. Hawker / Addison-Wesley Professional / 2010-8-25 / USD 39.99

In The Developer's Guide to Social Programming, Mark Hawker shows developers how to build applications that integrate with the major social networking sites. Unlike competitive books that focus on a s......一起来看看 《Developer's Guide to Social Programming》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具