Social Profile
TheContactSocial model represents a social media profile associated with a contact in the ContactsManager SDK.
Properties
socialId: String- Unique identifier for the social profile entryurlString: String?- The URL for the social profileusername: String?- The username on the social platformuserIdentifier: String?- Unique identifier for the user on the platformservice: String?- The social media service name (e.g., Twitter, LinkedIn, Instagram)type: String?- The type or category of the social profileemoji: String?- An emoji icon associated with this social profilecontact: Contact?- Reference to the parent contact that owns this social profile
Usage Example
Related
- Contact Model - The parent contact model
- URL Address Model - URLs associated with contacts
- Instant Message Model - Messaging services for contacts