INPersonRelationship Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |