No 메신저봇R | 1.0 채팅 자동응답 봇 | No StarLight | |
No 메신저봇R | 1.0 채팅 자동응답 봇 | No StarLight | |
No 메신저봇R | 1.0 채팅 자동응답 봇 | No StarLight | |
No 메신저봇R | 1.0 채팅 자동응답 봇 | No StarLight |
onNotificationRemoved
onNotificationRemoved
는 알림이 사라질 때 동작하는 이벤트 리스너입니다.
구문
function onNotificationRemoved( sbn: android.service.notification.StatusBarNotification, rankingMap: android.service.notification.NotificationListenerService.RankingMap, reason: Number ) { }
인자
sbn
사라진 알림에 관한 정보가 담긴
android.service.notification.StatusBarNotification
입니다.rankingMap
주의
해당 인자는 안드로이드 8.0 미만에서 제공되지 않습니다.
활성 알림의 순위 정보를 담은 Map(
android.service.notification.NotificationListenerService.RankingMap
)입니다.reason
주의
해당 인자는 안드로이드 8.0 미만에서 제공되지 않습니다.
알림이 사라진 이유를 나타내는 상수입니다. 관련 상수는 다음과 같습니다:
android.service.notification.NotificationListenerService
.REASON_CLICK = 1 (0x00000001)
android.service.notification.NotificationListenerService
.REASON_CANCEL = 2 (0x00000002)
android.service.notification.NotificationListenerService
.REASON_CANCEL_ALL = 3 (0x00000003)
android.service.notification.NotificationListenerService
.REASON_ERROR = 4 (0x00000004)
android.service.notification.NotificationListenerService
.REASON_PACKAGE_CHANGED = 5 (0x00000005)
android.service.notification.NotificationListenerService
.REASON_USER_STOPPED = 6 (0x00000006)
android.service.notification.NotificationListenerService
.REASON_PACKAGE_BANNED = 7 (0x00000007)
android.service.notification.NotificationListenerService
.REASON_APP_CANCEL = 8 (0x00000008)
android.service.notification.NotificationListenerService
.REASON_APP_CANCEL_ALL = 9 (0x00000009)
android.service.notification.NotificationListenerService
.REASON_LISTENER_CANCEL = 10 (0x0000000a)
android.service.notification.NotificationListenerService
.REASON_LISTENER_CANCEL_ALL = 11 (0x0000000b)
android.service.notification.NotificationListenerService
.REASON_GROUP_SUMMARY_CANCELED = 12 (0x0000000c)
android.service.notification.NotificationListenerService
.REASON_GROUP_OPTIMIZATION = 13 (0x0000000d)
android.service.notification.NotificationListenerService
.REASON_PACKAGE_SUSPENDED = 14 (0x0000000e)
android.service.notification.NotificationListenerService
.REASON_PROFILE_TURNED_OFF = 15 (0x0000000f)
android.service.notification.NotificationListenerService
.REASON_UNAUTOBUNDLED = 16 (0x00000010)
android.service.notification.NotificationListenerService
.REASON_CHANNEL_BANNED = 17 (0x00000011)
android.service.notification.NotificationListenerService
.REASON_SNOOZED = 18 (0x00000012)
android.service.notification.NotificationListenerService
.REASON_TIMEOUT = 19 (0x00000013)
android.service.notification.NotificationListenerService
.REASON_CHANNEL_REMOVED = 20 (0x00000014)
android.service.notification.NotificationListenerService
.REASON_CLEAR_DATA = 21 (0x00000015)
android.service.notification.NotificationListenerService
.REASON_ASSISTANT_CANCEL = 22 (0x00000016)
android.service.notification.NotificationListenerService
.REASON_LOCKDOWN = 23 (0x00000017)