INPersonHandleType Enum

Definition

Enumerates the types of values that are associated with a INPersonHandle.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INPersonHandleType
type INPersonHandleType = 
Inheritance
INPersonHandleType
Attributes

Fields

EmailAddress 1

The person's email address.

PhoneNumber 2

The phone number for the contact.

Unknown 0

The category of the handle to the person is not known.

Applies to