Edit

Share via


INPersonRelationship Enum

Definition

Enumerates known interpersonal relationships.

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

Fields

Name Value Description
None 0

A relationship is not known.

Father 1

Indicates a father.

Mother 2

Indicates a mother.

Parent 3

Indicates a parent.

Brother 4

Indicates a brother.

Sister 5

Indicates a sister.

Child 6

Indicates a child.

Friend 7

Indicates a friend.

Spouse 8

Indicates a spouse.

Partner 9

Indicates a partner.

Assistant 10

Indicates an assistant.

Manager 11

Indicates a manager.

Applies to