onNotificationPosted

onNotificationPosted는 알림이 발생할 때 동작하는 이벤트 리스너입니다.

구문

function onNotificationPosted(statusBarNotification: android.service.notification.StatusBarNotification) {

}

인자

statusBarNotification

알림에 관한 정보가 담긴 android.service.notification.StatusBarNotification입니다.