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
| Method | Description |
|---|---|
| getVersion | Gets the SDK's version number. |
| setPushConfig | Set push Settings for each vendor. |
| getInstance | Get the ZPNs instance. |
| enableDebug | Whether to enable debug mode. |
| setEventHandler | Sets up the event notification callbacks that need to be handled. |
| getPushConfig | Gets the PushConfig data class. |
| getZPNsMessage | When the user clicks on the notification bar to jump to an activity, you can use this interface to obtain payload and other information. |
| registerPush | This method is used to register vendor offline push. |
| unregisterPush | Call this method to de-register when offline push is not required. |
| setApplicationIconBadgeNumber | Set the number of app local badge markers. |
| onRegistered | |
| onNotificationClicked | |
| onNotificationArrived | |
| onThroughMessageReceived |
