Listen to onClose of native settings window

I am wondering how I can react on the closing event of a native settings window. E.g., when using the chariotsolutions phonegap-nfc plugin.

That means, as soon as the user has made the changes in the settings and has closed the view, I want to trigger some action.

The promise NFC.showSettings().then() is called immediately after the settings are displayed, not after they are altered and closed.

Furthermore, no navigation lifecycle event is triggered. So how can I listen to the settings onClose event?

Many thanks in advance.