onOpen | function | (optional) gets triggered the first time the GlobalStatus appears on the screen. In other words, it has to have been hidden before. Returns { id, statusId, ...properties }. |
onShow | function | (optional) gets triggered for the first time and for every new content update the GlobalStatus gets. Returns { id, statusId, ...properties }. |
onClose | function | (optional) gets triggered once the GlobalStatus disappears from the screen. Works only if noAnimation is not true. Returns { id, statusId, ...properties }. |
onHide | function | (optional) gets triggered once the GlobalStatus is getting closed/hidden by the user. Returns { id, statusId, ...properties }. |
onAdjust | function | (optional) gets triggered once the GlobalStatus is getting new content by the user. Returns { id, statusId, ...properties }. |