次の方法で共有


CompanionDeviceManager.HasNotificationAccess(ComponentName) メソッド

定義

特定のコンポーネントが>᠑᠑> 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) を使用してください

の Java ドキュメントandroid.companion.CompanionDeviceManager.hasNotificationAccess(android.content.ComponentName)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象