|
Avaya Client Services API Reference (iOS)
|
#import <CSMessagingConversation.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - messagingConversation:didChangeComposingParticipants: |
| Sent to indicate that the list of remote participants currently composing a message on this conversation has changed. More... | |
| - (void) messagingConversation: | (CSMessagingConversation *) | messagingConversation | |
| didChangeComposingParticipants: | (NSArray *) | participants | |
Sent to indicate that the list of remote participants currently composing a message on this conversation has changed.
| messagingConversation | the CSMessagingConversation for which the composing participants list has changed. |
| participants | The new list of composing participants. |