CKShareParticipantType 枚举

定义

枚举共享参与者类型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantType
type CKShareParticipantType = 
继承
CKShareParticipantType
属性

字段

Owner 1

指示参与者是共享所有者。

PrivateUser 3

指示参与者是凭据用户。

PublicUser 4

指示参与者是匿名用户。

Unknown 0

指示参与者类型未知。

适用于