Compartilhar via


NotificationListenerService.OnNotificationChannelGroupModified Método

Definição

Implemente esse método para saber mais sobre as modificações do grupo de canais de notificação.

[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

Parâmetros

pkg
String

O pacote ao qual o grupo pertence.

user
UserHandle

O usuário no qual a alteração foi feita.

group
NotificationChannelGroup

O grupo que mudou.

modificationType
NotificationChannelOrGroupEventType

Um dos #NOTIFICATION_CHANNEL_OR_GROUP_ADDED, #NOTIFICATION_CHANNEL_OR_GROUP_UPDATED, . #NOTIFICATION_CHANNEL_OR_GROUP_DELETED

Atributos

Comentários

Implemente esse método para saber mais sobre as modificações do grupo de canais de notificação.

O chamador deve ter CompanionDeviceManager#getAssociations() an associated device para receber esse retorno de chamada.

Documentação Java para android.service.notification.NotificationListenerService.onNotificationChannelGroupModified(java.lang.String, android.os.UserHandle, android.app.NotificationChannelGroup, int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a