Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implemented possibility to customize listener functions and import useful functions externally #191

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

carlosleandr
Copy link

@carlosleandr carlosleandr commented Feb 25, 2025

  • messageListener function is exposed to enable reuse in external functions;
  • send function is also exposed to enable reuse in external functions.

Usage example:
image

  • Implemented possibility to customize the message sending function with the setSend function.

Usage example:
image

…ssageListener` function

- `messageListener` function is exposed to enable reuse in external functions;
- `send` function is also exposed to enable reuse in external functions.
@carlosleandr carlosleandr marked this pull request as draft February 25, 2025 16:35
…h the `setSend` function

- `send` function remains exposed to enable reuse in external functions.
@carlosleandr carlosleandr marked this pull request as ready for review February 25, 2025 18:50
…etUpdateHandler`

- Original `updateHandler` function has been exposed for reuse in external functions.
@carlosleandr carlosleandr changed the title feat: Implemented possibility to customize the message listener with setMessageListener function feat: Implemented possibility to customize listener functions and import useful functions externally Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant