NotificationListenerService.GetNotificationChannels Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce tutti i canali di notifica appartenenti al pacchetto specificato per un determinato utente.
[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>
Parametri
- pkg
- String
Pacchetto per cui recuperare i canali.
- user
- UserHandle
Restituisce
- Attributi
Commenti
Restituisce tutti i canali di notifica appartenenti al pacchetto specificato per un determinato utente.
Questo metodo genererà un'eccezione di sicurezza se non si ha accesso alle notifiche per l'utente specificato.
Per utilizzare questo metodo, il chiamante deve avere CompanionDeviceManager#getAssociations() an associated device
o essere .NotificationAssistantService notification assistant
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.