monoandroid
namespace Android.Service.Notification
{
[Register("android/service/notification/NotificationListenerService", DoNotGenerateAcw = true)]
public abstract class NotificationListenerService : Service
{
[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, UserHandle? user, NotificationChannelGroup? group, [GeneratedEnum] NotificationChannelOrGroupEventType modificationType);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |