|
Avaya Client Services API Reference (iOS)
|
Describes methods that are implemented by the delegate of a CSContactGroup.
More...
#import <CSContactGroup.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - contactGroup:didAddContacts: |
| Occurs when new contacts were added to the group, either through local or remote actions. More... | |
| (void) | - contactGroup:didRemoveContacts: |
| Occurs when contacts were removed from the group, either through local or remote actions. More... | |
Describes methods that are implemented by the delegate of a CSContactGroup.
| - (void) contactGroup: | (CSContactGroup *) | contactGroup | |
| didAddContacts: | (NSSet< CSContact * > *) | contacts | |
Occurs when new contacts were added to the group, either through local or remote actions.
| contactGroup | The contact group that was updated. |
| contacts | The contacts that were added. |
| - (void) contactGroup: | (CSContactGroup *) | contactGroup | |
| didRemoveContacts: | (NSSet< CSContact * > *) | contacts | |
Occurs when contacts were removed from the group, either through local or remote actions.
| contactGroup | The contact group that was updated. |
| contacts | The contacts that were removed. |