add Notification Posted Listener
fun addNotificationPostedListener(origin: Any, listener: (StatusBarNotification, NotificationListenerService.RankingMap?) -> Unit): Result
添加通知发送的监听器
Receiver
Return
添加结果
Parameters
origin
发起注册操作的对象, 可以是 Script 或者 PluggableApkPlugin
listener
需要添加的监听器