Skip to content

Events

EventsDescription
on_open(optional) gets triggered the first time the GlobalStatus appears on the screen. In other words, it has to have been hidden before. Returns { id, status_id, ...properties }.
on_show(optional) gets triggered for the first time and for every new content update the GlobalStatus gets. Returns { id, status_id, ...properties }.
on_close(optional) gets triggered once the GlobalStatus disappears from the screen. Works only if no_animation is not true. Returns { id, status_id, ...properties }.
on_hide(optional) gets triggered once the GlobalStatus is getting closed/hidden by the user. Returns { id, status_id, ...properties }.
on_adjust(optional) gets triggered once the GlobalStatus is getting new content by the user. Returns { id, status_id, ...properties }.