次の方法で共有


CKQueryNotificationReason 列挙型

定義

データ ライフサイクル通知をトリガーできる永続的なストレージ イベントを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKQueryNotificationReason
type CKQueryNotificationReason = 
継承
CKQueryNotificationReason
属性

フィールド

RecordCreated 1

サブスクリプションのクエリに一致するレコードが作成されました。

RecordDeleted 3

サブスクリプションのクエリに一致するレコードが削除されました。

RecordUpdated 2

サブスクリプションのクエリに一致するレコードが更新されました。

適用対象