PKContactFields Enum

Definition

Enumerates fields for a contact.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PKContactFields
type PKContactFields = 
Inheritance
PKContactFields
Attributes

Fields

EmailAddress 2

Indicates an email address field.

Name 8
None 0

Indicates a name field.

PhoneNumber 4

Indicates a phone number field.

PhoneticName 16

Indicates a phonetic name field.

PostalAddress 1

Indicates a postal address field.

Applies to