In-app Chat
On this page

Function Overview

2026-06-24

The ZEGOCLOUD In-app Chat SDK has network nodes comprehensively covering key regions worldwide, providing rich APIs to offer developers cross-platform interactive, high-concurrency, ultra-low-latency, guaranteed-message-delivery communication services, helping to build scenarios such as large-scale live streaming and audio chat rooms.

Error code returned by the API. For details, refer to https://www.zegocloud.com/docs/article/11606.

Offline Push Features (requires separate integration)

MethodDescription
updateUserBadgeUpdates the iOS offline notification badge count.
enableDebugEnables or disables debug mode
getInstanceGets the ZPNs instance.
getPushConfigGets the PushConfig configuration class.
getZPNsMessageWhen the user clicks the notification bar to navigate to an activity, payload and other information can be obtained through this interface.
registerPushThis method is used to register for vendor offline push.
setPushConfigSets the push configuration for each vendor.
unregisterPushWhen offline push is no longer needed, this method can be called to unregister.
onNotificationArrivedVendor notification display callback.
onNotificationClickedVendor notification click callback.
onRegisteredCallback triggered after generating the PushID.
onThroughMessageReceivedVendor transparent message callback.

Previous

Enum

Next

Class

On this page

Back to top