CKMarkNotificationsReadOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks push notifications as read. Typically used by apps that use push notifications to track record changes.
[Foundation.Register("CKMarkNotificationsReadOperation", SkipRegistration=true)]
public class CKMarkNotificationsReadOperation : CloudKit.CKOperation
[<Foundation.Register("CKMarkNotificationsReadOperation", SkipRegistration=true)>]
type CKMarkNotificationsReadOperation = class
inherit CKOperation
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CKMarkNotificationsReadOperation(CKNotificationID[]) | |
| CKMarkNotificationsReadOperation(NativeHandle) | |
| CKMarkNotificationsReadOperation(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AllowsCellularAccess | (Inherited from CKOperation) |
| Asynchronous | (Inherited from NSOperation) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The handle for this class. |
| Completed |
Gets or sets the handler that is run after the operation completes. |
| CompletionBlock | (Inherited from NSOperation) |
| Configuration | (Inherited from CKOperation) |
| Container | (Inherited from CKOperation) |
| DebugDescription | (Inherited from NSObject) |
| Dependencies | (Inherited from NSOperation) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Group | (Inherited from CKOperation) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsCancelled |
Whether this NSOperation has been cancelled. (Inherited from NSOperation) |
| IsConcurrent |
Whether this operation runs asynchronously. (Inherited from NSOperation) |
| IsDirectBinding | (Inherited from NSObject) |
| IsExecuting |
Whether this operation is currently executing. (Inherited from NSOperation) |
| IsFinished |
Whether this operation is done executing. (Inherited from NSOperation) |
| IsProxy | (Inherited from NSObject) |
| IsReady |
Whether this operation can be performed now. (Inherited from NSOperation) |
| LongLived |
Gets or sets a value that tells whether this operation is long-lived. (Inherited from CKOperation) |
| LongLivedOperationWasPersistedCallback | (Inherited from CKOperation) |
| Name | (Inherited from NSOperation) |
| NotificationIds | |
| OperationID | (Inherited from CKOperation) |
| QualityOfService | (Inherited from NSOperation) |
| QueuePriority | (Inherited from NSOperation) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| ThreadPriority | (Inherited from NSOperation) |
| TimeoutIntervalForRequest | (Inherited from CKOperation) |
| TimeoutIntervalForResource | (Inherited from CKOperation) |
| Zone | (Inherited from NSObject) |