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

更新了与订阅查询匹配的记录。

适用于