docs(flutter): thread subscriptions, pin & save, composer trailing to… - #461
Open
anshuman-cometchat wants to merge 1 commit into
Open
docs(flutter): thread subscriptions, pin & save, composer trailing to…#461anshuman-cometchat wants to merge 1 commit into
anshuman-cometchat wants to merge 1 commit into
Conversation
…olbar actions - New SDK v5 pages: Pin Messages, Save Messages, Pin Conversations (events, fetching, feature flags, limits and cap error handling) - Thread Subscriptions section on the SDK Threaded Messages page (subscribe/unsubscribe, cached state, ThreadListener, ThreadsRequest) - UI Kit v6: trailing toolbar actions on Message Composer (richTextToolbarActions + onToolbarTap), Pin Conversations section and option visibility on Conversations, pin/save options + events on Message List, thread-subscription gate and bell on the Threaded Messages guide - Register the three new SDK pages in the Messaging nav group Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds Flutter documentation for three newly shipped feature sets across the SDK (v5) and UI Kit (v6):
SDK (v5) — new pages, registered in the Messaging nav group:
sdk/flutter/pin-messages) — pin/unpin APIs, permission model, real-timeonMessagePinned/onMessageUnpinnedevents, fetching a conversation's pinned list viaMessagesRequestBuilder, feature availability (isPinMessageEnabled()), limits and cap-error handling witherrorParams.sdk/flutter/save-messages) — private per-user bookmarks: save/unsave, own-device sync events, fetching saved messages, feature flag and limits.sdk/flutter/pin-conversations) — pin/unpin,ConversationListenerevents,app_system(admin) pins, list-ordering contract, feature flag and limits.SDK (v5) — extended:
subscribeToThread()/unsubscribeFromThread(), auto-subscribe semantics (reply / @-mention), cached state viagetThreadSubscriptionState(),ThreadListenerevents, and fetching participated threads withThreadsRequest.UI Kit (v6) — extended:
richTextToolbarActionsandCometChatMessageComposerAction.onToolbarTap, including the web selection-blur caveat.pinConversationOptionVisibilityproperty.UIKitSettings.enableThreadSubscriptiongate, the action-menu options, and the header notification bell.All snippets follow the existing house conventions (
<Tabs>Dart blocks, cascade builders,debugPrintcallbacks) and API names were verified against the source of both packages.Related Issue(s)
N/A — tracked internally (ENG-37600 / ENG-37601).
Type of Change
Checklist
Additional Information
docs.jsonunder SDKs → Flutter → Messaging (pin/save after Delete a Message, pin-conversations after Delete a Conversation).mint dev— all eight touched pages render.Screenshots (if applicable)
N/A — text and code-snippet changes only.