Is there a way to have web hook on Android Apps from Clover cloud?
Is there a way to have web hook on Android Apps from Clover cloud?
As the name says, "Webhooks" allow your application to receive notifications via a HTTP(s) json callback response. So response usually gets to a web address than an Android app. But there are certain broadcasts that you can listen to, which can be tweaked or use as such to achieve the same functionalities like on web hook.
The answer really depends on what you are wanting to do with the web hook on your application. Check out the intent and broadcast session on clover docs. https://docs.clover.com/build/android...
May be telling us what you are wanting to do, will get you a more specific answer.
No one has followed this question yet.