SDKsFlutter
Receive custom business messages
Handle custom business notifications from the Flutter SDK.
Receive custom business notifications through the application's single OnCustomBusinessListener. See Event overview for the combined listener configuration entry point.
The onRecvCustomBusinessMessage payload is a business-defined string, not a Message. Parse and validate its event ID, type, version, and fields, then merge it with a business-specific idempotency key. Ordinary custom chat messages continue to arrive through the new-message listener.
Was this page helpful?