Notification

android 注册各种事件的监听回调

// 注册事件
Notification.setCall((type, content, event)=>{
    //TODO type 事件类型,content 内容,event 事件对象
})

// 清空回调
Notification.clear()