init(handle:identity:displayName:thumbnailImageData:)
Creates and initializes a person object.
Declaration
init(handle: String?, identity: SWPerson.Identity?, displayName: String, thumbnailImageData: Data?)Parameters
- handle:
The phone number or email address for this person.
- identity:
The identity of this person.
- displayName:
The name of this person.
- thumbnailImageData:
The thumbnail image data for this person. If
nil, this will be inferred by the system.