A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
C
- CallPlusSignalCallback - class in ai.nexconn.chat.bridge
- Group call signaling send callback.
- CallPlusSignalListener - class in ai.nexconn.chat.bridge
- Group call signaling receive listener.
- cancelDownloadingMedia(ai.nexconn.chat.handler.ErrorHandler) - function in ai.nexconn.chat.message.Message
- Cancels the ongoing media download for this message.
- CANCELED - enum entry in ai.nexconn.chat.message.model.SentStatus
Canceled by the recipient
- cancelRTCSignaling(kotlin.IntArray) - function in ai.nexconn.chat.bridge.RTCBridge
- Cancels pending RTC signaling requests.
- ChannelHandler - class in ai.nexconn.chat.handler
- Channel status event handler.
- ChannelIdentifier - class in ai.nexconn.chat.channel.model
- Identifies a channel by its type and ID.
- ChannelNoDisturbLevel - class in ai.nexconn.chat.channel.model
- Message notification level enum.
- ChannelNoDisturbLevel.Companion - class in ai.nexconn.chat.channel.model.ChannelNoDisturbLevel
- ChannelNoDisturbLevelSyncEvent - class in ai.nexconn.chat.channel.model
- Event for channel DND level sync from another device.
- ChannelPinnedSyncEvent - class in ai.nexconn.chat.channel.model
- Event for channel pinned status sync from another device.
- ChannelsQuery - class in ai.nexconn.chat.channel.query
- Channel list pagination query object.
- ChannelsQueryParams - class in ai.nexconn.chat.params
- Channel list pagination query parameters.
- ChannelStatusSyncCompletedEvent - class in ai.nexconn.chat.channel.model
- Event for channel status sync completion.
- ChannelsUnreadCountParams - class in ai.nexconn.chat.params
- Parameters for querying unread message count by channel type and notification level.
- ChannelTagChangedEvent - class in ai.nexconn.chat.tag.model
- Event for channel-tag association changes.
- ChannelTagInfo - class in ai.nexconn.chat.tag.model
- Channel-associated tag info.
- ChannelTranslateStrategySyncEvent - class in ai.nexconn.chat.channel.model
- Event for channel translation strategy sync from another device.
- ChannelType - class in ai.nexconn.chat.channel
- Channel type enum.
- ChannelType.Companion - class in ai.nexconn.chat.channel.ChannelType
- ChannelTypeNoDisturbLevelParams - class in ai.nexconn.chat.params
- Set specified Channel type Message notification level parameters.
- ChannelUserTypingStatusInfo - class in ai.nexconn.chat.channel.model
- Represents a user's typing status within a channel.
- checkBlocked(java.lang.String,ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.user.UserModule
- Checks whether a specified user is in the block list.
- checkFriends(java.util.List,ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.user.UserModule
- Checks friend relationships with specified users.
- checkRemoteMessages(java.util.List,ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.CommunityChannel.Companion
- Validates remote community channel messages.
- clearChannels(java.lang.Boolean,ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.tag.Tag
- Removes all channels from this tag.
- clearDraft(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.BaseChannel
- Clears the text message draft for this channel.
- clearDraft(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.BaseChannel
- Clears the text message draft for this channel.
- clearUnreadCount(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.BaseChannel
- Clears the unread message count for this channel.
- clearUnreadCount(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.BaseChannel
- Clears the unread message count for this channel.
- clearUnreadCount(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.CommunityChannel
- Clears the unread message count for this community channel (with sub-channel).
- clearUnreadCount(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.channel.CommunitySubChannel
- Clears the unread message count for this sub-channel.
- clearUnreadCount(ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.tag.Tag
- Clears the unread status for all channels under this tag.
- CombineMessage - class in ai.nexconn.chat.message
- Merge-forward (combined) message.
- CombineMsgItem - class in ai.nexconn.chat.message.model
- An individual message item within a ai.nexconn.chat.message.CombineMessage.
- COMMUNITY - enum entry in ai.nexconn.chat.channel.ChannelType
Community channel.
Community-type channel with sub-channel support, similar to a Discord server.
- CommunityChannel - class in ai.nexconn.chat.channel
- Community channel.
- CommunityChannel.Companion - class in ai.nexconn.chat.channel.CommunityChannel
- CommunityChannelMessageMetadataChangedEvent - class in ai.nexconn.chat.message.model
- Event data for community channel message metadata changes.
- CommunityChannelsSyncCompletedEvent - class in ai.nexconn.chat.channel.model
- Event for community channel list sync completion.
- CommunitySubChannel - class in ai.nexconn.chat.channel
- Community sub-channel.
- CommunitySubChannelChangeType - class in ai.nexconn.chat.channel.model
- Sub-channel type change direction.
- CommunitySubChannelChangeType.Companion - class in ai.nexconn.chat.channel.model.CommunitySubChannelChangeType
- CommunitySubChannelDeletedEvent - class in ai.nexconn.chat.channel.model
- Event for community sub-channel deletion.
- CommunitySubChannelDeletedInfo - class in ai.nexconn.chat.channel.model
- Information about a community sub-channel deletion.
- CommunitySubChannelIdentifier - class in ai.nexconn.chat.channel.model
- Community channel identifier.
- CommunitySubChannelType - class in ai.nexconn.chat.channel.model
- Sub-channel visibility type.
- CommunitySubChannelType.Companion - class in ai.nexconn.chat.channel.model.CommunitySubChannelType
- CommunitySubChannelTypeChangedEvent - class in ai.nexconn.chat.channel.model
- Event for community sub-channel type changes.
- CommunitySubChannelTypeChangedInfo - class in ai.nexconn.chat.channel.model
- Information about a community sub-channel type change.
- CommunitySubChannelUserKickedEvent - class in ai.nexconn.chat.channel.model
- Event for user being kicked from community private sub-channel.
- CommunitySubChannelUserKickedInfo - class in ai.nexconn.chat.channel.model
- Information about a user being kicked from a community sub-channel.
- CommunityUnreadInfo - class in ai.nexconn.chat.channel.model
- Community channel unread information.
- CompressOptions - class in ai.nexconn.chat.params
- Media compression options for images and short videos (Sight).
- CONN_USER_BLOCKED - enum entry in ai.nexconn.chat.model.ConnectionStatus
User blocked by admin
- connect(ai.nexconn.chat.params.ConnectParams,ai.nexconn.chat.handler.ConnectHandler) - function in ai.nexconn.chat.NCEngine
- Connects to the server.
- CONNECTED - enum entry in ai.nexconn.chat.model.ConnectionStatus
Connected
- ConnectHandler - class in ai.nexconn.chat.handler
- Connection result callback.
- CONNECTING - enum entry in ai.nexconn.chat.model.ConnectionStatus
Connecting
- ConnectionStatus - class in ai.nexconn.chat.model
- Connection status enum.
- ConnectionStatus.Companion - class in ai.nexconn.chat.model.ConnectionStatus
- ConnectionStatusChangedEvent - class in ai.nexconn.chat.model
- Event for connection status changes.
- ConnectionStatusHandler - class in ai.nexconn.chat.handler
- Connection status change handler.
- ConnectParams - class in ai.nexconn.chat.params
- Connection parameters.
- CONVERTING - enum entry in ai.nexconn.chat.message.model.SpeechToTextStatus
Conversion
- CREATE - enum entry in ai.nexconn.chat.channel.model.GroupOperation
Group created
- createChannelsQuery(ai.nexconn.chat.params.ChannelsQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query object for the channel list.
- createFriendApplicationsQuery(ai.nexconn.chat.params.FriendApplicationsQueryParams) - function in ai.nexconn.chat.user.UserModule
- Creates a paginated query object for friend applications.
- createGroup(ai.nexconn.chat.params.CreateGroupParams,ai.nexconn.chat.handler.CreateGroupHandler) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a new group and optionally invites users to join.
- createGroupApplicationsQuery(ai.nexconn.chat.params.GroupApplicationsQueryParams) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a paginated query for group applications.
- CreateGroupHandler - class in ai.nexconn.chat.handler
- Callback for group creation.
- createGroupMembersByRoleQuery(ai.nexconn.chat.params.GroupMembersByRoleQueryParams) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a paginated query for group members filtered by role.
- CreateGroupParams - class in ai.nexconn.chat.params
- Parameters for creating a group.
- createJoinedGroupsByRoleQuery(ai.nexconn.chat.params.JoinedGroupsByRoleQueryParams) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a paginated query for joined groups filtered by role.
- createLocalMessagesByTimeQuery(ai.nexconn.chat.params.LocalMessagesByTimeQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query for local history messages by timestamp.
- createMessagesQuery(ai.nexconn.chat.params.MessagesQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query for history messages.
- createMessagesReadReceiptUsersQuery(ai.nexconn.chat.params.MessagesReadReceiptUsersQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query for message read receipt users.
- createOpenChannelMessagesQuery(ai.nexconn.chat.params.OpenChannelMessagesQueryParams) - function in ai.nexconn.chat.channel.OpenChannel.Companion
- Creates a paginated query for open channel history messages.
- createSearchGroupMembersQuery(ai.nexconn.chat.params.SearchGroupMembersQueryParams) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a paginated query to search group members by name.
- createSearchJoinedGroupsQuery(ai.nexconn.chat.params.SearchJoinedGroupsQueryParams) - function in ai.nexconn.chat.channel.GroupChannel.Companion
- Creates a paginated query to search joined groups.
- createSearchMessagesByTimeRangeQuery(ai.nexconn.chat.params.SearchMessagesByTimeRangeQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query to search messages within a time range.
- createSearchMessagesByUserQuery(ai.nexconn.chat.params.SearchMessagesByUserQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query to search messages by user.
- createSearchMessagesQuery(ai.nexconn.chat.params.SearchMessagesQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query to search messages with filters.
- createSubscribeQuery(ai.nexconn.chat.params.SubscribeQueryParams) - function in ai.nexconn.chat.user.UserModule
- Creates a paginated query object for subscription events.
- createTag(ai.nexconn.chat.params.CreateTagParams,ai.nexconn.chat.handler.OperationHandler) - function in ai.nexconn.chat.tag.Tag.Companion
- Creates a tag.
- createTaggedChannelsQuery(ai.nexconn.chat.params.TaggedChannelsQueryParams) - function in ai.nexconn.chat.tag.Tag.Companion
- Creates a paginated query for channels associated with a specific tag.
- CreateTagParams - class in ai.nexconn.chat.params
- Create tag request parameters.
- createUnreadMentionMeChannelsQuery(ai.nexconn.chat.params.UnreadMentionMeChannelsQueryParams) - function in ai.nexconn.chat.channel.BaseChannel.Companion
- Creates a paginated query for channels with unread @me mention messages.
- createUntaggedChannelsQuery(ai.nexconn.chat.params.UntaggedChannelsQueryParams) - function in ai.nexconn.chat.tag.Tag.Companion
- Creates a paginated query for channels not associated with any tag.
- CUSTOM - enum entry in ai.nexconn.chat.message.model.MessageBlockType
Custom sensitive word intercept: hit customer Custom sensitive word
- CUSTOM_TEXT - enum entry in ai.nexconn.chat.message.model.TranslateSourceType
Custom text translation
- CustomMediaMessageContent - class in ai.nexconn.chat.message
- Base class for custom media message content.
- CustomMessageContent - class in ai.nexconn.chat.message
- Base class for custom message content.