URL Address
TheContactURLAddress model represents a URL (web address) associated with a contact in the ContactsManager SDK.
Properties
urlId: String- Unique identifier for the URL entryvalue: String?- The actual URLtype: String?- The type or label for the URL (e.g., homepage, work, blog)emoji: String?- An emoji icon associated with this URLcontact: Contact?- Reference to the parent contact that owns this URL
Usage Example
Related
- Contact Model - The parent contact model
- Email Address Model - Email addresses for contacts
- Social Profile Model - Social media profiles for contacts