Share via


Permissions.PostNotifications 类

定义

表示发布通知的权限

public: ref class Permissions::PostNotifications : Microsoft::Maui::ApplicationModel::Permissions::BasePlatformPermission
public class Permissions.PostNotifications : Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission
type Permissions.PostNotifications = class
    inherit Permissions.BasePlatformPermission
Public Class Permissions.PostNotifications
Inherits Permissions.BasePlatformPermission
继承

构造函数

Permissions.PostNotifications()

表示发布通知的权限

方法

CheckStatusAsync()

检索此权限的当前状态。

(继承自 Permissions.BasePlatformPermission)
EnsureDeclared()

确保在应用程序清单文件中找到匹配此权限的必需条目。

(继承自 Permissions.BasePlatformPermission)
RequestAsync()

向用户请求此应用程序的权限。

(继承自 Permissions.BasePlatformPermission)
ShouldShowRationale()

确定是否应显示教育 UI,向用户说明如何在应用程序中使用此权限。

(继承自 Permissions.BasePlatformPermission)

适用于