共用方式為


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
屬性

欄位

名稱 Description
RecordCreation 1
RecordUpdate 2
RecordDeletion 4
FiresOnce 8

適用於