Skip to main content

Get channels

The Chat UI SDK provides complete channel retrieval and display logic by default. When using the default channel list and channel view, you don't need to call additional channel-related APIs. If the default implementation doesn't meet your requirements, you can use these NCBaseChannel APIs from the Chat SDK:

  • +[NCBaseChannel createChannelsQueryWithParams:]: Creates a channel list query object
  • -[NCBaseChannel reloadWithCompletion:]: Refreshes a specific channel
tip

For detailed usage, refer to the NexconnChatUI apidoc. Note that Chat SDK methods don't provide view refresh capabilities—you'll need to implement custom notification mechanisms for view updates based on your business requirements.