CompanionDeviceManager.HasNotificationAccess(ComponentName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查指定的元件是否可以透過存取通知 NotificationListenerService
Your app must have an association with a device before calling this API
[Android.Runtime.Register("hasNotificationAccess", "(Landroid/content/ComponentName;)Z", "", ApiSince=26)]
public bool HasNotificationAccess (Android.Content.ComponentName? component);
[<Android.Runtime.Register("hasNotificationAccess", "(Landroid/content/ComponentName;)Z", "", ApiSince=26)>]
member this.HasNotificationAccess : Android.Content.ComponentName -> bool
參數
- component
- ComponentName
元件的名稱
傳回
指定的元件是否具有通知接聽程序許可權
- 屬性
備註
檢查指定的元件是否可以透過存取通知 NotificationListenerService
您的應用程式必須先與裝置建立關聯,才能呼叫此 API
呼叫此 API 需要在指令清單中使用功能 PackageManager#FEATURE_COMPANION_DEVICE_SETUP
宣告
已取代這個成員。 請改用 NotificationManager#isNotificationListenerAccessGranted(ComponentName)
。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。