|
Avaya Client Services API Reference (iOS)
|
Interface for multi-value contact field. More...
#import <CSContactMultiValueField.h>
Inherits CSContactField.
Inherited by CSContactEmailFieldList, CSContactIMAddressFieldList, CSContactPhoneFieldList, and CSContactStringFieldList.
Properties | |
| NSArray * | values |
| Return NSArray of field values. More... | |
| BOOL | isEmpty |
| Returns YES if field is empty. More... | |
| NSUInteger | size |
| Returns size of values field. More... | |
Properties inherited from CSContactField | |
| CSCapability * | writeCapability |
| Write capability for particular field. More... | |
| CSProviderSourceType | source |
| Provider source type for particular field. More... | |
Interface for multi-value contact field.
It must be defined in order to provide information about capabilities when there aren't any items.
|
readnonatomicassign |
Returns YES if field is empty.
|
readnonatomicassign |
Returns size of values field.
|
readnonatomicassign |
Return NSArray of field values.