Condividi tramite


NotificationListenerService.GetNotificationChannels Metodo

Definizione

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

Documentazione java per android.service.notification.NotificationListenerService.getNotificationChannels(java.lang.String, android.os.UserHandle).

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.

Si applica a