Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Feb 8, 2024
1 parent 4581783 commit 2f7156e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docs/guides/subscribe-to-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ import TabItem from "@theme/TabItem";
In Beacon SDK, various events are emitted to signal different states and actions in the application's lifecycle. <br />
These events provide developers with hooks to respond to changes, errors, user interactions, and other significant occurrences in the application flow.<br />
Understanding and handling these events correctly is crucial for building robust and user-friendly applications. <br />
Below is a list of events that the Beacon SDK can emit.<br />

### Events

This list serves as a guide to comprehensively manage application behavior and user experience in various situations:
This list below showcases all the events that are currently available for subscription.

1. `PERMISSION_REQUEST_SENT`: Fired when a permission request is sent to the user.
2. `PERMISSION_REQUEST_SUCCESS`: Triggered when a permission request is successfully granted by the user.
Expand Down

0 comments on commit 2f7156e

Please sign in to comment.