Permissions.Bluetooth 类

定义

表示通过蓝牙 (扫描、连接和/或广告) 进行通信的权限。

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

构造函数

Permissions.Bluetooth()

表示通过蓝牙 (扫描、连接和/或广告) 进行通信的权限。

方法

CheckStatusAsync()

检索此权限的当前状态。

(继承自 Permissions.BasePlatformPermission)
EnsureDeclared()

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

(继承自 Permissions.BasePlatformPermission)
RequestAsync()

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

(继承自 Permissions.BasePlatformPermission)
ShouldShowRationale()

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

(继承自 Permissions.BasePlatformPermission)

适用于