CKModifyBadgeOperation 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.
A CKOperation that modifies the badge of the app's icon, either on the current device or all the user's devices.
[Foundation.Register("CKModifyBadgeOperation", SkipRegistration=true)]
public class CKModifyBadgeOperation : CloudKit.CKOperation
[<Foundation.Register("CKModifyBadgeOperation", SkipRegistration=true)>]
type CKModifyBadgeOperation = class
inherit CKOperation
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CKModifyBadgeOperation() |
Default constructor, initializes a new instance of this class. |
| CKModifyBadgeOperation(NativeHandle) | |
| CKModifyBadgeOperation(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| CKModifyBadgeOperation(UIntPtr) | |
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) |
| BadgeValue | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The handle for this class. |
| Completed |
Gets or sets the action 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) |
| 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) |