This service lets you manage the mobile push notifications with regards to the Zoho Creator SDK.
Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage
Methods
unregisterAPNS(completion: @escaping(() -> Swift.Void))To unregister the iOS device from the Zoho Creator APNs server
isCreatorServerNotification(notificationInfo: [String: Any]) -> BoolTo find out if the notification is from the Zoho Creator APNs server
zcNotification(_ notificationInfo: [String: Any]) -> ZCNotification?Returns an optional ZCNotification object
Parameters
| deviceToken | The device token that iOS provides for the didRegisterForRemoteNotificationsWithDeviceToken method |
|---|
Parameters
| completion | The completion block upon unregistering the iOS device from the Zoho Creator APNs server |
|---|
Parameters
| notificationInfo | The userInfo object that's received in the UNUserNotificationCenterDelegate |
|---|
Parameters
| notificationInfo | The userInfo object that's received in the UNUserNotificationCenterDelegate |
|---|---|
| ZCNotification | contains raw notification data |