SMContact Class Reference

Inherits from NSObject
Declared in SMContact.h

  sources

Source of contact such as SPiDR, Facebook, LinkedIn .. etc.

@property (strong, nonatomic, nullable) NSString *sources

Availability

2.0.0

Discussion

Source of contact such as SPiDR, Facebook, LinkedIn .. etc.

Declared In

SMContact.h

  emailAddress

Email address of the user.

@property (strong, nonatomic, nullable) NSString *emailAddress

Availability

2.0.0

Discussion

Email address of the user.

Declared In

SMContact.h

  entryId

Unique identifier of the entry.

@property (strong, nonatomic, nullable) NSString *entryId

Availability

2.0.0

Discussion

Unique identifier of the entry.

Declared In

SMContact.h

  fax

Fax number of the user.

@property (strong, nonatomic, nullable) NSString *fax

Availability

2.0.0

Discussion

Fax number of the user.

Declared In

SMContact.h

  firstName

First name of the user.

@property (strong, nonatomic, nullable) NSString *firstName

Availability

2.0.0

Discussion

First name of the user.

Declared In

SMContact.h

  lastName

Last name of the user.

@property (strong, nonatomic, nullable) NSString *lastName

Availability

2.0.0

Discussion

Last name of the user.

Declared In

SMContact.h

  friendStatus

Friend status of the user.

@property (nonatomic) BOOL friendStatus

Availability

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 *homePhone

Availability

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 *mobilePhone

Availability

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 *nickName

Availability

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 *pager

Availability

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 *photoUrl

Availability

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 *primaryContact

Availability

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 *workPhone

Availability

2.0.0

Discussion

Work phone number of the user.

Declared In

SMContact.h

– initWithDictionary:

Constructor method with NSDictionary

- (id)initWithDictionary:(nonnull NSDictionary *)dictionary

Parameters

dictionary

Contact information dictionary

Availability

2.0.0

Discussion

Constructor method with NSDictionary

Declared In

SMContact.h