Condividi tramite


NotificationListenerService.UpdateNotificationChannel Metodo

Definizione

Aggiorna un canale di notifica per un determinato pacchetto per un determinato utente.

[Android.Runtime.Register("updateNotificationChannel", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;)V", "", ApiSince=26)]
public void UpdateNotificationChannel (string pkg, Android.OS.UserHandle user, Android.App.NotificationChannel channel);
[<Android.Runtime.Register("updateNotificationChannel", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannel;)V", "", ApiSince=26)>]
member this.UpdateNotificationChannel : string * Android.OS.UserHandle * Android.App.NotificationChannel -> unit

Parametri

pkg
String

Il pacchetto a cui appartiene il canale.

user
UserHandle

L'utente a cui appartiene il canale.

channel
NotificationChannel

canale da aggiornare.

Attributi

Commenti

Aggiorna un canale di notifica per un determinato pacchetto per un determinato utente. Questa operazione deve essere usata solo per riflettere le modifiche apportate da un utente al canale tramite l'interfaccia utente del listener.

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 disporre CompanionDeviceManager#getAssociations() an associated device di .

Documentazione java per android.service.notification.NotificationListenerService.updateNotificationChannel(java.lang.String, android.os.UserHandle, android.app.NotificationChannel).

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