次の方法で共有


CKQuerySubscriptionOptions 列挙型

定義

が通知を発生した時刻 CKSubscription を列挙します。

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

フィールド

名前 説明
RecordCreation 1
RecordUpdate 2
RecordDeletion 4
FiresOnce 8

適用対象