How do I find out the source device of a notification action from an Android?

Hi, the documentation for iOS notification system allows you to retrieve sourceDeviceID which is fired on the HA event bus: https://companion.home-assistant.io/docs/core/actions#using-actions

Is there any way for me to identify the source device of an android notification? I need to identify who actioned the notification.

Thanks in advance!