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.
setBackgroundMessageHandlerAfter the android app is killed, receive offline silent push notifications.
enableDebugWhether to enable debug mode.
registerPushThis method is used to register vendor offline push.
unregisterPushCall this method to de-register when offline push is not required.
applyNotificationPermissionApply for push notification permission from the system
createNotificationChannelOn Android platform, create a notification channel.
addLocalNotificationAdd a local push notification.
setLocalBadgeSet the number of app local badge markers.
setServerBadgeReports the number of corners of the current App to the ZPNs server through this interface.
onRegistered
onNotificationClicked
onNotificationArrived
onThroughMessageReceived

Previous

Enum

Next

Function Overview

On this page

Back to top