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

Tests: wakuext push notifications #6091

Open
14 tasks
churik opened this issue Nov 12, 2024 · 0 comments
Open
14 tasks

Tests: wakuext push notifications #6091

churik opened this issue Nov 12, 2024 · 0 comments

Comments

@churik
Copy link
Member

churik commented Nov 12, 2024

Here’s the list of methods starting with wakuext_ along with their explanations:

  • wakuext_startPushNotificationsServer

    • Starts the push notifications server and saves the setting to enable it.
  • wakuext_stopPushNotificationsServer

    • Stops the push notifications server and saves the setting to disable it.
  • wakuext_registerForPushNotifications

    • Registers a device for push notifications using the provided device token, APN topic, and token type.
  • wakuext_unregisterFromPushNotifications

    • Unregisters the device from receiving push notifications.
  • wakuext_disableSendingNotifications

    • Disables the sending of push notifications and updates the relevant setting.
  • wakuext_enableSendingNotifications

    • Enables the sending of push notifications and updates the relevant setting.
  • wakuext_enablePushNotificationsFromContactsOnly

    • Enables receiving push notifications only from contacts and updates the relevant setting.
  • wakuext_disablePushNotificationsFromContactsOnly

    • Disables the setting to receive push notifications only from contacts.
  • wakuext_enablePushNotificationsBlockMentions

    • Enables blocking push notifications for mentions and updates the relevant setting.
  • wakuext_disablePushNotificationsBlockMentions

    • Disables the setting to block push notifications for mentions.
  • wakuext_addPushNotificationsServer

    • Adds a custom push notifications server using the provided public key.
  • wakuext_removePushNotificationServer

    • Removes a push notifications server using the provided public key.
  • wakuext_getPushNotificationsServers

    • Retrieves a list of registered push notifications servers.
  • wakuext_registeredForPushNotifications

    • Checks if the device is registered for push notifications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant