CKQueryNotificationReason 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举可触发数据生命周期通知的永久性存储事件。
[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 | 更新了与订阅查询匹配的记录。 |