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
Assistant | 10 | Indicates an assistant. |
Brother | 4 | Indicates a brother. |
Child | 6 | Indicates a child. |
Father | 1 | Indicates a father. |
Friend | 7 | Indicates a friend. |
Manager | 11 | Indicates a manager. |
Mother | 2 | Indicates a mother. |
None | 0 | A relationship is not known. |
Parent | 3 | Indicates a parent. |
Partner | 9 | Indicates a partner. |
Sister | 5 | Indicates a sister. |
Spouse | 8 | Indicates a spouse. |