CKShareParticipantAcceptanceStatus Enum
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.
Enumerates responses to share participation requests.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantAcceptanceStatus
type CKShareParticipantAcceptanceStatus =
- Inheritance
-
CKShareParticipantAcceptanceStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The user's status is unknown. |
Pending | 1 | The user's status is pending. |
Accepted | 2 | The user has been accepted to the share. |
Removed | 3 | The user has been removed from the share. |