Compartir a través de


NotificationManager.GetActiveNotifications Método

Definición

Recuperar una lista de notificaciones activas: las publicadas por la aplicación que realiza la llamada que aún no han sido descartadas por el usuario o #cancel(String, int)por la aplicación.

[Android.Runtime.Register("getActiveNotifications", "()[Landroid/service/notification/StatusBarNotification;", "GetGetActiveNotificationsHandler", ApiSince=23)]
public virtual Android.Service.Notification.StatusBarNotification[]? GetActiveNotifications ();
[<Android.Runtime.Register("getActiveNotifications", "()[Landroid/service/notification/StatusBarNotification;", "GetGetActiveNotificationsHandler", ApiSince=23)>]
abstract member GetActiveNotifications : unit -> Android.Service.Notification.StatusBarNotification[]
override this.GetActiveNotifications : unit -> Android.Service.Notification.StatusBarNotification[]

Devoluciones

Matriz de StatusBarNotification.

Atributos

Comentarios

Recuperar una lista de notificaciones activas: las publicadas por la aplicación que realiza la llamada que aún no han sido descartadas por el usuario o #cancel(String, int)por la aplicación.

<Cada notificación se inserta en un StatusBarNotification objeto, incluido el original tag y id proporcionado a #notify(String, int, Notification) notify() (a través StatusBarNotification#getTag() getTag() de y StatusBarNotification#getId() getId()) así como una copia del objeto original Notification (a través de StatusBarNotification#getNotification()).

Desde Build.VERSION_CODES#Q, también devolverá las notificaciones que ha publicado como delegado de notificaciones de una aplicación a través NotificationManager#notifyAsPackage(String, String, int, Notification)de .

Documentación de Java para android.app.NotificationManager.getActiveNotifications().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a