How to use API with no UI #269
-
Hello team, Is it possible to use WinSparkle API completely without any UI? For example, I want to wrap your API in my own to look smth like this: checkForUpdate(callback onFound, callback onNotFound, callback onError); I don't want my users to see any of WinSparkle UI. Is it technically possible? I am looking forward to hearing from you. |
Beta Was this translation helpful? Give feedback.
Answered by
vslavik
Jun 20, 2024
Replies: 1 comment
-
Possible, yes - by submitting a PR doing the work to change the API. That would be welcome. Can you do it out of the box? Right now, no. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vslavik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible, yes - by submitting a PR doing the work to change the API. That would be welcome.
Can you do it out of the box? Right now, no.