Parameters
The current Flutter public comment creation builder exposes
metadata(...) and mentionUsers(...), but it does not expose a links(...) method.Create a Text Comment
Create a top-level text comment with the reference target and text body.Reply to a Comment
Replies use the same creation API withparentId set to the comment being replied to.
Notes
- Keep the same
referenceIdandreferenceTypeas the thread you are replying in. - Use query APIs or live collections to display creation and sync state in the UI.
- Validate your product’s text limits and moderation rules before calling the SDK.
- Build mention payloads from the user IDs your mention picker returns.
Related Topics
Image Comment
Create comments with uploaded image attachments.
Query Comments
Query top-level comments and reply threads.