SMContact Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SMContact.h |
sources
Source of contact such as WebRTC GW, Facebook, LinkedIn .. etc.
@property (strong, nonatomic, nullable) NSString *sourcesAvailability
2.0.0
Discussion
Source of contact such as WebRTC GW, Facebook, LinkedIn .. etc.
Declared In
SMContact.h
emailAddress
Email address of the user.
@property (strong, nonatomic, nullable) NSString *emailAddressAvailability
2.0.0
Discussion
Email address of the user.
Declared In
SMContact.h
entryId
Unique identifier of the entry.
@property (strong, nonatomic, nullable) NSString *entryIdAvailability
2.0.0
Discussion
Unique identifier of the entry.
Declared In
SMContact.h
fax
Fax number of the user.
@property (strong, nonatomic, nullable) NSString *faxAvailability
2.0.0
Discussion
Fax number of the user.
Declared In
SMContact.h
firstName
First name of the user.
@property (strong, nonatomic, nullable) NSString *firstNameAvailability
2.0.0
Discussion
First name of the user.
Declared In
SMContact.h
lastName
Last name of the user.
@property (strong, nonatomic, nullable) NSString *lastNameAvailability
2.0.0
Discussion
Last name of the user.
Declared In
SMContact.h
friendStatus
Friend status of the user.
@property (nonatomic) BOOL friendStatusAvailability
2.0.0
Discussion
Friend status of the user.
Declared In
SMContact.h
homePhone
Home phone number of the user.
@property (strong, nonatomic, nullable) NSString *homePhoneAvailability
2.0.0
Discussion
Home phone number of the user.
Declared In
SMContact.h
mobilePhone
Mobile phone number of the user.
@property (strong, nonatomic, nullable) NSString *mobilePhoneAvailability
2.0.0
Discussion
Mobile phone number of the user.
Declared In
SMContact.h
nickName
Name of the user as it will appear for a personal contact.
@property (strong, nonatomic, nullable) NSString *nickNameAvailability
2.0.0
Discussion
Name of the user as it will appear for a personal contact.
Declared In
SMContact.h
pager
Pager number of the user.
@property (strong, nonatomic, nullable) NSString *pagerAvailability
2.0.0
Discussion
Pager number of the user.
Declared In
SMContact.h
photoUrl
URL from which to retrieve the picture of the user.
@property (strong, nonatomic, nullable) NSString *photoUrlAvailability
2.0.0
Discussion
URL from which to retrieve the picture of the user.
Declared In
SMContact.h
primaryContact
User’s primary contact number (this should be prefered number for contacting the user).
@property (strong, nonatomic, nonnull) SMUriAddress *primaryContactAvailability
2.0.0
Discussion
User’s primary contact number (this should be prefered number for contacting the user).
Declared In
SMContact.h
workPhone
Work phone number of the user.
@property (strong, nonatomic, nullable) NSString *workPhoneAvailability
2.0.0
Discussion
Work phone number of the user.
Declared In
SMContact.h
– initWithDictionary:
Constructor method with NSDictionary
- (id)initWithDictionary:(nonnull NSDictionary *)dictionaryParameters
dictionary |
Contact information dictionary |
|---|
Availability
2.0.0
Discussion
Constructor method with NSDictionary
Declared In
SMContact.h