Callbacks in Beacon

Many a times, command executions may not be as simple as a click action or a link redirection, you may want to hit an API or execute a custom function/callback instead. To handle these scenarios, beacon offers Callback option to write your own logic for the command executions.

Add Callbacks in BeaconRemove Callbacks in BeaconReact Example for Callbacks

Last updated