AI Integration Quick Reference
AI Integration Quick Reference
Available via: SDK | UI Kits
Send a Transient Message
You can use thesendTransientMessage() method to send a transient message to a user or in a group. The receiver will receive this information in the onTransientMessageReceived() method of the MessageListener class. In order to send the transient message, you need to use the TransientMessage class.
- User
- Group
TransientMessage Parameters:
Error
Error
Real-time Transient Messages
In other words, as a recipient, how do I know when someone sends a transient message? You will receive the transient message in theonTransientMessageReceived() method of the registered MessageListener class.
- Dart
TransientMessage with the following fields:
Next Steps
Send Messages
Learn how to send persistent text and media messages
Typing Indicators
Show real-time typing status to users