Skip to main content

URL Address

The ContactURLAddress model represents a URL (web address) associated with a contact in the ContactsManager SDK.

Properties

  • urlId: String - Unique identifier for the URL entry
  • value: String? - The actual URL
  • type: String? - The type or label for the URL (e.g., homepage, work, blog)
  • emoji: String? - An emoji icon associated with this URL
  • contact: Contact? - Reference to the parent contact that owns this URL

Usage Example