onNotificationPosted 이벤트 리스너
onNotificationPosted
는 알림이 발생할 때 동작하는 이벤트 리스너입니다.
구문
function onNotificationPosted(statusBarNotification) {
}
인자
statusBarNotification
android.service.notification.StatusBarNotification알림에 관한 정보가 담긴
android.service.notification.StatusBarNotification
입니다.