Enumerates flags for controlling push notification behavior for query-based subscriptions.
Syntax
[MonoTouch.ObjCRuntime.Availability(MonoTouch.ObjCRuntime.Platform.Mac_10_10, MonoTouch.ObjCRuntime.Platform.None, MonoTouch.ObjCRuntime.Platform.None, MonoTouch.ObjCRuntime.Platform.None)]
[MonoTouch.ObjCRuntime.iOS(8, 0)]
[MonoTouch.ObjCRuntime.Native]
[System.Flags]
public enum CKSubscriptionOptions
Remarks
Members
| Member Name | Description |
|---|
| FiresOnce | The notification fires once, and the subscription object is deleted. |
| FiresOnRecordCreation | The notification fires when a record that matches the query is created. |
| FiresOnRecordDeletion | The notification fires when a record that matches the query is deleted. |
| FiresOnRecordUpdate | The notification fires when a record that matches the query is updated. |
Requirements
Namespace: MonoTouch.CloudKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0