共用方式為


NotificationListenerService.GetNotificationChannels 方法

定義

傳回屬於指定使用者指定套件的所有通知通道。

[Android.Runtime.Register("getNotificationChannels", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)]
public System.Collections.Generic.IList<Android.App.NotificationChannel>? GetNotificationChannels (string pkg, Android.OS.UserHandle user);
[<Android.Runtime.Register("getNotificationChannels", "(Ljava/lang/String;Landroid/os/UserHandle;)Ljava/util/List;", "", ApiSince=26)>]
member this.GetNotificationChannels : string * Android.OS.UserHandle -> System.Collections.Generic.IList<Android.App.NotificationChannel>

參數

pkg
String

要為其擷取通道的封裝。

user
UserHandle

傳回

屬性

備註

傳回屬於指定使用者指定套件的所有通知通道。

如果您無法存取指定使用者的通知,這個方法將會擲回安全性例外狀況。

呼叫端必須具有 CompanionDeviceManager#getAssociations() an associated device 或 為 NotificationAssistantService notification assistant ,才能使用這個方法。

android.service.notification.NotificationListenerService.getNotificationChannels(java.lang.String, android.os.UserHandle)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於