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.
sharedGet the ZPNs instance.
setZPNsNotificationCenterDelegate:Set the callback for ZPNs push event notifications.
setDeviceTokenUse this method to pass deviceToken into ZPNs and get PushID.
setVoipToken
registerAPNsThis method is used to register vendor offline push.
unregisterAPNsCall this method to de-register when offline push is not required.
addLocalNotificationWithContent:trigger:withCompletionHandler:Add a local push notification.
addLocalNotificationRequest:withCompletionHandler:Add a local push notification.
setBadge:Reports the number of corners of the current App to the ZPNs server through this interface.
onRegistered
ZPNsNotificationCenter:didReceiveNotificationResponse:userInfo:withCompletionHandler:
ZPNsNotificationCenter:willPresentNotification:userInfo:withCompletionHandler:

Previous

Enum

Next

Class

On this page

Back to top