KeepAliveRequestIgnoreBattery 方法 |
app申请开启后台运行(android 8以上系统支持,android 8以下设备默认返回true)
命名空间:
Smobiler.Plugins.KeepAlive
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法 public void RequestIgnoreBattery(
ComponentOnResultHandler handler = null
)
Public Sub RequestIgnoreBattery (
Optional handler As ComponentOnResultHandler = Nothing
)
参数
- handler (Optional)
- 类型:Smobiler.Core.ControlsComponentOnResultHandler
结果回调
参见