Freigeben über


NotificationListenerService.OnNotificationChannelGroupModified Methode

Definition

Implementieren Sie diese Methode, um informationen zu Änderungen an Benachrichtigungskanalgruppen zu erhalten.

[Android.Runtime.Register("onNotificationChannelGroupModified", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannelGroup;I)V", "GetOnNotificationChannelGroupModified_Ljava_lang_String_Landroid_os_UserHandle_Landroid_app_NotificationChannelGroup_IHandler", ApiSince=26)]
public virtual void OnNotificationChannelGroupModified (string? pkg, Android.OS.UserHandle? user, Android.App.NotificationChannelGroup? group, Android.Service.Notification.NotificationChannelOrGroupEventType modificationType);
[<Android.Runtime.Register("onNotificationChannelGroupModified", "(Ljava/lang/String;Landroid/os/UserHandle;Landroid/app/NotificationChannelGroup;I)V", "GetOnNotificationChannelGroupModified_Ljava_lang_String_Landroid_os_UserHandle_Landroid_app_NotificationChannelGroup_IHandler", ApiSince=26)>]
abstract member OnNotificationChannelGroupModified : string * Android.OS.UserHandle * Android.App.NotificationChannelGroup * Android.Service.Notification.NotificationChannelOrGroupEventType -> unit
override this.OnNotificationChannelGroupModified : string * Android.OS.UserHandle * Android.App.NotificationChannelGroup * Android.Service.Notification.NotificationChannelOrGroupEventType -> unit

Parameter

pkg
String

Das Paket, zu dem die Gruppe gehört.

user
UserHandle

Der Benutzer, an dem die Änderung vorgenommen wurde.

group
NotificationChannelGroup

Die Gruppe, die geändert wurde.

modificationType
NotificationChannelOrGroupEventType

Einer von #NOTIFICATION_CHANNEL_OR_GROUP_ADDED, #NOTIFICATION_CHANNEL_OR_GROUP_UPDATED, #NOTIFICATION_CHANNEL_OR_GROUP_DELETED.

Attribute

Hinweise

Implementieren Sie diese Methode, um informationen zu Änderungen an Benachrichtigungskanalgruppen zu erhalten.

Der Anrufer muss verfügen CompanionDeviceManager#getAssociations() an associated device , um diesen Rückruf zu empfangen.

Java-Dokumentation für android.service.notification.NotificationListenerService.onNotificationChannelGroupModified(java.lang.String, android.os.UserHandle, android.app.NotificationChannelGroup, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: