このサービスを使用すると、Zoho Creator SDK 向けのモバイルプッシュ通知を管理できます。
メモ: Zoho Creator のモバイル SDK は現在ベータ版の機能です。本番環境のアプリでは使用しないことを推奨します。
メソッド
isCreatorServerNotification(notificationInfo: [String: Any]) -> Bool通知が Zoho Creator の APNs サーバーから送信されたものかどうかを判定します。
zcNotification(_ notificationInfo: [String: Any]) -> ZCNotification?オプションの ZCNotification オブジェクトを返します。
パラメーター
| deviceToken | iOS が didRegisterForRemoteNotificationsWithDeviceToken メソッドで提供するデバイストークン。 |
|---|
パラメーター
| completion | iOS デバイスを Zoho Creator の APNs サーバーから登録解除した際に呼び出される completion ブロック。 |
|---|
パラメーター
| notificationInfo | UNUserNotificationCenterDelegate で受け取る userInfo オブジェクト。 |
|---|
パラメーター
| notificationInfo | UNUserNotificationCenterDelegate で受け取る userInfo オブジェクト。 |
|---|---|
| ZCNotification | 通知の生データを含みます。 |