Models
Phone Number
Phone number information for contacts in the ContactsManager SDK
Phone Number
The ContactPhoneNumber
model represents a phone number associated with a contact in the ContactsManager SDK.
Properties
phoneId: String
- Unique identifier for the phone number entryvalue: String?
- The actual phone numbertype: String?
- The type or label for the phone number (e.g., mobile, work, home)emoji: String?
- An emoji icon associated with this phone numbercontact: Contact?
- Reference to the parent contact that owns this phone number
Usage Example
Related
- Contact Model - The parent contact model
- Email Address Model - Email addresses for contacts