zdk.objc
|
Banafo Contact. More...
#import <ZDKBanafoContact.h>
Instance Methods | |
(NSString *) | - handlesDescription |
![]() | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
NSString *_Nullable | banafoId |
Banafo contact ID. More... | |
NSString *_Nullable | remoteId |
Remote provider contact ID. More... | |
NSString *_Nullable | remoteProvider |
Remote contact provider. More... | |
NSString *_Nullable | displayName |
Fullname of the contact. More... | |
NSString *_Nullable | firstName |
Firstname of the contact. More... | |
NSString *_Nullable | middleName |
Middlename of the contact. More... | |
NSString *_Nullable | lastName |
Lastname of the contact. More... | |
ZDKContactType | type |
Type of the contact. More... | |
NSString *_Nullable | url |
URL to the contact's page. More... | |
NSString *_Nullable | company |
Name of the company. More... | |
NSArray *_Nullable | emails |
List of emails of the contact. More... | |
NSArray< id< ZDKBanafoPhone > > *_Nullable | phones |
List of phones of the contact. More... | |
Banafo Contact.
Describes the Banafo contact.
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
Banafo contact ID.
ID of the contact in the external provider (if missing remote id, the returned value is the id from db).
|
readnonatomicassign |
Name of the company.
Name of the company.
|
readnonatomicassign |
Fullname of the contact.
Fullname of the contact.
|
readnonatomicassign |
List of emails of the contact.
List of emails of the contact.
|
readnonatomicassign |
Firstname of the contact.
Firstname of the contact.
|
readnonatomicassign |
Lastname of the contact.
Lastname of the contact.
|
readnonatomicassign |
Middlename of the contact.
Middlename of the contact.
|
readnonatomicassign |
List of phones of the contact.
List of phones of the contact.
|
readnonatomicassign |
Remote provider contact ID.
ID of the contact in the external provider.
|
readnonatomicassign |
Remote contact provider.
Provider of the contact (external contact provider, might be CRM provider or zoiper).
|
readnonatomicassign |
Type of the contact.
Type of the contact, depends on the provider's supported types.
|
readnonatomicassign |
URL to the contact's page.
Link to contact's page in the specific provider.