Models
Relation
Relationship information for contacts in the ContactsManager SDK
Relation
The ContactRelation
model represents a relationship between a contact and another person in the ContactsManager SDK.
Properties
relationId: String
- Unique identifier for the relation entryname: String?
- Name of the related personrelationType: String?
- Type of relationship (spouse, child, parent, friend, etc.)notes: String?
- Additional notes about the relationshipcontact: Contact?
- Reference to the parent contact that owns this relation
Usage Example
Related
- Contact Model - The parent contact model
- Social Profile Model - Social media profiles for contacts