Open
Conversation
Wrong method name: setUsersStatusVisibility — The actual method is setUserStatusVisibility (singular). Wrong in conversations.mdx, users.mdx, and group-members.mdx (both in Functionality tables and Customization matrices). Wrong method name: setDateTimeFormatterCallback — The actual method is setDateTimeFormatter. Wrong in Kotlin examples across conversations.mdx, message-list.mdx, message-header.mdx, call-logs.mdx, search.mdx, localize.mdx, and methods.mdx. The search.mdx even says "In Java, use setDateTimeFormatter(). In Kotlin, use setDateTimeFormatterCallback()" — that's misleading, it's the same method in both. Wrong method name: setSearchkeyword — The actual method is setSearchKeyword (capital K). Wrong in users.mdx and group-members.mdx Functionality tables. Missing dot: CometChatConstantsRECEIVER_TYPE_USER — Should be CometChatConstants.RECEIVER_TYPE_USER in methods.mdx (sendCustomMessage Java example, line 692). Missing closing brace in methods.mdx — The Java init() example is missing } to close the onSuccess method (line ~100). Code won't compile. Wrong method name: setDatePattern — Referenced in conversations.mdx customization matrix, but the actual method is setDateFormat. setListItemView doesn't exist — Referenced in users.mdx customization matrix alongside setItemView. No such method exists in the codebase. seItemView typo propagated — The Java example in users.mdx uses seItemView (matching a typo in the actual source code). The Kotlin example uses setItemView. The doc should note this inconsistency or the code should be fixed.
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
Android V5 Agentic Docs
Related Issue(s)
NA
Type of Change
Checklist
Additional Information
NA
Screenshots (if applicable)
NA