nsINotificationStorageCallback

Methods

handle(id, title, dir, lang, body, tag, icon, data, behavior)

Callback function used to pass single notification back
into C++ land for Notification.get return data.

Parameters

id: a uuid for this notification
title: the notification title
dir: the notification direction, possible values are "ltr", "rtl", "auto"
lang: the notification language
body: the notification body
tag: the notification tag

done()

Callback function used to notify C++ the we have returned
all notification objects for this Notification.get call.