Notification actions are handled by the platform, you will need an abstraction to use it per platform but it's not related to Compose.
Popular solutions for this is:
https://github.com/mirzemehdi/KMPNotifier
However for something better you need to write it your self.