|
Avaya Client Services API Reference (iOS)
|
List of editable contact email addresses. More...
#import <CSEditableContactEmailFieldList.h>
Inherits CSContactEmailFieldList.
Instance Methods | |
| (void) | - setValues: |
| Replaces all email address fields with given values if write capability is allowed. More... | |
| (void) | - addItem: |
| Add an email address to the list if write capability is allowed. More... | |
| (void) | - removeItem: |
| Remove an email address from the list if write capability is allowed. More... | |
Additional Inherited Members | |
Properties inherited from CSContactMultiValueField | |
| 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... | |
List of editable contact email addresses.
| - (void) addItem: | (CSEditableContactEmailAddressField *) | emailAddress |
Add an email address to the list if write capability is allowed.
Otherwise no action.
| emailAddress | an object of type CSEditableContactEmailAddressField values to add. |
| - (void) removeItem: | (CSEditableContactEmailAddressField *) | emailAddress |
Remove an email address from the list if write capability is allowed.
Otherwise no action.
| emailAddress | an object of type CSEditableContactEmailAddressField values to add. |
| - (void) setValues: | (NSArray *) | emailAddresses |
Replaces all email address fields with given values if write capability is allowed.
Otherwise no action.
| emailAddresses | array of CSEditableContactEmailAddressField values to set. |