JS call of push notifications if app closed

Hey guys,

my question is simply if the javascript event

push.on("receivedMessage", function(payload) {
        console.log("Recieved Push Notification: " + payload);
    });

and Uno code is also risen, after the app is completely killed. No Background mode, not shown in recently used screen, simply closed.
In the docs is mentioned, that all three push events cann also be accessed in javascript and uno. But is that also the case if the app doesnt run at all?

Thanks for replies…