In-app Chat
On this page

Function Overview

2026-07-06

ZEGO ZIM SDKs provide rich APIs for you to quickly build in app chat capabilities into your applications.

ZEGO ZIM SDKs are available for all major platforms, including Android, iOS, Mac, Windows, and Web.

Zpns

MethodDescription
getVersionGets the SDK's version number.
setPushConfigSet push Settings for each vendor.
getInstanceGet the ZPNs instance.
enableDebugWhether to enable debug mode.
setEventHandlerSets up the event notification callbacks that need to be handled.
getPushConfigGets the PushConfig data class.
getZPNsMessageWhen the user clicks on the notification bar to jump to an activity, you can use this interface to obtain payload and other information.
registerPushThis method is used to register vendor offline push.
unregisterPushCall this method to de-register when offline push is not required.
setApplicationIconBadgeNumberSet the number of app local badge markers.
onRegistered
onNotificationClicked
onNotificationArrived
onThroughMessageReceived

Previous

Enum

Next

Class

On this page

Back to top