AlarmApplicationManager 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求用户设置警报的权限,并检索应用设置警报的用户权限状态。
public ref class AlarmApplicationManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract, 65536)]
class AlarmApplicationManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract), 65536)]
public static class AlarmApplicationManager
Public Class AlarmApplicationManager
- 继承
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract (在 v1.0 中引入)
|
方法
GetAccessStatus() |
检索应用设置警报的用户权限的状态。 |
RequestAccessAsync() |
请求用户设置警报的权限。 |