Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSContactGroupDelegate> Protocol Reference

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...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSContactGroup.

Method Documentation

- (void) contactGroup: (CSContactGroup *)  contactGroup
didAddContacts: (NSSet< CSContact * > *)  contacts 

Occurs when new contacts were added to the group, either through local or remote actions.

Parameters
contactGroupThe contact group that was updated.
contactsThe 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.

Parameters
contactGroupThe contact group that was updated.
contactsThe contacts that were removed.

The documentation for this protocol was generated from the following file: