|
Avaya Client Services API Reference (iOS)
|
Describes methods that are implemented by the delegate of a CSDroppedParticipant.
More...
#import <CSDroppedParticipant.h>
Inherits <CSParticipantDelegate>.
Instance Methods | |
| (void) | - droppedParticipantDidChangeData: |
| Called when the underlying participantData has been changed. More... | |
Instance Methods inherited from <CSParticipantDelegate> | |
| (void) | - participantDidChangeMatchedContacts: |
| Sent when the contacts matched to this participant have changed. More... | |
Describes methods that are implemented by the delegate of a CSDroppedParticipant.
| - (void) droppedParticipantDidChangeData: | (CSDroppedParticipant *) | participant |
Called when the underlying participantData has been changed.
| participant | The participant whose data has been changed. |