Skip to main content

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 entry
  • name: String? - Name of the related person
  • relationType: String? - Type of relationship (spouse, child, parent, friend, etc.)
  • notes: String? - Additional notes about the relationship
  • contact: Contact? - Reference to the parent contact that owns this relation

Usage Example