|
Avaya Client Services API Reference (iOS)
|
List of editable contact IM addresses. More...
#import <CSEditableContactIMAddressFieldList.h>
Inherits CSContactIMAddressFieldList.
Instance Methods | |
| (void) | - setValues: |
| Replaces all IM address fields with given values if write capability is allowed. More... | |
| (void) | - addItem: |
| Add an IM address to the list if write capability is allowed. More... | |
| (void) | - removeItem: |
| Remove an IM 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 IM addresses.
| - (void) addItem: | (CSEditableContactIMAddressField *) | address |
Add an IM address to the list if write capability is allowed.
Otherwise no action.
| address | an object of type CSEditableContactIMAddressField values to add. |
| - (void) removeItem: | (CSEditableContactIMAddressField *) | address |
Remove an IM address from the list if write capability is allowed.
Otherwise no action.
| address | an object of type CSEditableContactIMAddressField values to add. |
| - (void) setValues: | (NSArray *) | addresses |
Replaces all IM address fields with given values if write capability is allowed.
Otherwise no action.
| addresses | array of CSEditableContactIMAddressField values to set. |