次の方法で共有


NotificationListenerService.OnNotificationChannelGroupModified メソッド

定義

通知チャネル グループの変更について学習するには、このメソッドを実装します。

[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

パラメーター

pkg
String

グループが属するパッケージ。

user
UserHandle

変更が行われたユーザー。

group
NotificationChannelGroup

変更されたグループ。

modificationType
NotificationChannelOrGroupEventType

#NOTIFICATION_CHANNEL_OR_GROUP_ADDED1 つ、 #NOTIFICATION_CHANNEL_OR_GROUP_UPDATED. #NOTIFICATION_CHANNEL_OR_GROUP_DELETED

属性

注釈

通知チャネル グループの変更について学習するには、このメソッドを実装します。

このコールバックを受信するには、呼び出し元が持っている CompanionDeviceManager#getAssociations() an associated device 必要があります。

の Java ドキュメントandroid.service.notification.NotificationListenerService.onNotificationChannelGroupModified(java.lang.String, android.os.UserHandle, android.app.NotificationChannelGroup, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象