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