ABPersonKind 枚举

定义

指定是表示人类还是 ABPerson 组织。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonKind
type ABPersonKind = 
继承
ABPersonKind
属性

字段

None 0

未知是个人还是 ABPerson 组织。

Organization 1

ABPerson 一个组织。

Person 2

ABPerson 一个人。

适用于

另请参阅