|
Avaya Client Services API Reference (iOS)
|
Describes methods that are implemented by the delegate of a CSClient.
More...
#import <CSClient.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - clientDidShutdown: |
| Sent when the client has shut down. More... | |
| (void) | - client:didCreateUser: |
| Sent when the client creates a new user. More... | |
| (void) | - client:didRemoveUser: |
| Sent when the client removes an user. More... | |
Describes methods that are implemented by the delegate of a CSClient.
These methods are used to provide information about the lifecycle of the client and to delegate actions such as certificate trust evaluation.
Sent when the client creates a new user.
| client | The client sending the message. |
| user | The newly-created user. |
Sent when the client removes an user.
| client | The client sending the message. |
| user | The removed user. |
| - (void) clientDidShutdown: | (CSClient *) | client |
Sent when the client has shut down.
| client | The client sending the message. |