onNotificationPosted 이벤트 리스너

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

구문

function onNotificationPosted(statusBarNotification) {
 
}

인자

statusBarNotificationandroid.service.notification.StatusBarNotification

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