Skip to main content

Feedback

Bugsee implements a built-in single-threaded messenger to allow your users to communicate with your support and developers.

Feedback controller

To start the feedback controller from within your application

Bugsee.showFeedbackUI();

Notifications

To receive notifications about new messages arriving from the server, you should provide BugseeNewFeedbackMessagesHandler delegate callback:

Bugsee.setNewFeedbackMessagesCallback((List<String> messages) {
...
});

Default greeting

Default greeting can be set on the server in your application settings. However, for the cases when network is not available, you can set default greeting on the client as well:

Bugsee.setDefaultFeedbackGreeting("Hi! How can we help?");
Found an issue, typo, or wrong statement on this page? Report it now →