For the complete documentation index, see llms.txt. This page is also available as Markdown.

In-App Replies Callbacks

Register a handler that runs whenever your Flutter app receives a new Luciq message, so you can show your own UI when default chat notifications are off.

New Received Message

This block is executed each time a new message is received in the SDK. This can be used to show your own UI when a new message is received when default chat notifications are disabled.

Dart
Replies.setOnNewReplyReceivedCallback(Function function);

Last updated