CloudKit.CKSubscriptionOptions Enumeration
Enumerates flags for controlling push notification behavior for query-based subscriptions.

Syntax

[ObjCRuntime.Availability(ObjCRuntime.Platform.Mac_10_10, ObjCRuntime.Platform.None, ObjCRuntime.Platform.None, ObjCRuntime.Platform.None)]
[ObjCRuntime.iOS(8, 0)]
[ObjCRuntime.Native]
[System.Flags]
public enum CKSubscriptionOptions

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
FiresOnceThe notification fires once, and the subscription object is deleted.
FiresOnRecordCreationThe notification fires when a record that matches the query is created.
FiresOnRecordDeletionThe notification fires when a record that matches the query is deleted.
FiresOnRecordUpdateThe notification fires when a record that matches the query is updated.

Requirements

Namespace: CloudKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0