java-native-access / jna

Java Native Access
Other
8.53k stars 1.68k forks source link

Support for Toast notifications (windows platform) #742

Open jjYBdx4IL opened 7 years ago

jjYBdx4IL commented 7 years ago

Would be great if the jna platform lib for windows could support Toast notifications in Windows 10. Problem is: their API is implemented in C#.

matthiasblaesing commented 7 years ago

If they mean to be interoperable, they most probably offer a COM interface. Is there an API documentation? Maybe no support in platform is needed....

jjYBdx4IL commented 7 years ago

This stackoverflow thread http://stackoverflow.com/questions/28609521/windows-10-toast-notifications-desktop-application suggests that COM is indeed a viable solution for this specific problem.

GenCloud commented 1 year ago

any news?

sblantipodi commented 1 year ago

7 years passed and still no toast notifications on JNA. :(

dbwiddis commented 1 year ago

7 years passed and nobody who wants toast notifications wants it enough to contribute code to add this feature.

If this is an important feature to you, please contribute.