NotificationListenerService.GetNotificationChannels 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回屬於指定使用者指定套件的所有通知通道。
[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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。