ZCNotificationServiceの概要

ZCNotificationServiceの概要

お知らせ:当社は、お客様により充実したサポート情報を迅速に提供するため、本ページのコンテンツは機械翻訳を用いて日本語に翻訳しています。正確かつ最新のサポート情報をご覧いただくには、本内容の英語版を参照してください。

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

パラメーター

deviceToken iOS が didRegisterForRemoteNotificationsWithDeviceToken メソッドで提供するデバイストークン。
 
unregisterAPNS(completion: @escaping(() -> Swift。無効))

パラメーター

completion iOS デバイスを Zoho Creator の APNs サーバーから登録解除した際に呼び出される completion ブロック。
 
isCreatorServerNotification(notificationInfo: [String: Any]) -> Bool

パラメーター

notificationInfo UNUserNotificationCenterDelegate で受け取る userInfo オブジェクト。
 
zcNotification(_ notificationInfo: [String: Any]) -> ZCNotification?

パラメーター

notificationInfo UNUserNotificationCenterDelegate で受け取る userInfo オブジェクト。
ZCNotification 通知の生データを含みます。
 

  1. ZCFormAPIService
  2. ZCReportAPIService
  3. ZCApprovalAPIService
  4. ZCPageAPIService