Skip to content

Docs/agentic android v5#255

Open
swapnil-cometchat wants to merge 45 commits intomainfrom
docs/agentic-android-v5
Open

Docs/agentic android v5#255
swapnil-cometchat wants to merge 45 commits intomainfrom
docs/agentic-android-v5

Conversation

@swapnil-cometchat
Copy link
Contributor

Description

Android V5 Agentic Docs

Related Issue(s)

NA

Type of Change

  • Documentation correction/update
  • New documentation
  • Improvement to existing documentation
  • Typo fix
  • Other (please specify)

Checklist

  • I have read the CONTRIBUTING document
  • My branch name follows the naming convention
  • My changes follow the documentation style guide
  • I have checked for spelling and grammar errors
  • All links in my changes are valid and working
  • My changes are accurately described in this pull request

Additional Information

NA

Screenshots (if applicable)

NA

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants