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

#import <CSButtonModuleService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - buttonModuleServiceDidBecomeAvailable:
 Sent to indicate that button module service is available. More...
 
(void) - buttonModuleServiceDidBecomeUnavailable:
 Sent to indicate that button module service is unavailable. More...
 
(void) - buttonModuleServiceDidUpdateCustomizedButtonList:
 Sent when the customized button list is updated. More...
 
(void) - buttonModuleServiceDidUpdateConsolidatedButtonList:
 Sent when the consolidated button list is updated. More...
 

Method Documentation

- (void) buttonModuleServiceDidBecomeAvailable: (CSButtonModuleService *)  buttonModuleService
optional

Sent to indicate that button module service is available.

Parameters
buttonModuleServiceThe button module service instance sending the message.
- (void) buttonModuleServiceDidBecomeUnavailable: (CSButtonModuleService *)  buttonModuleService
optional

Sent to indicate that button module service is unavailable.

Parameters
buttonModuleServiceThe button module service instance sending the message.
- (void) buttonModuleServiceDidUpdateConsolidatedButtonList: (CSButtonModuleService *)  buttonModuleService
optional

Sent when the consolidated button list is updated.

It is a list consisting of customized buttons and non-customized but configured features.

Parameters
buttonModuleServiceThe button module service instance sending the message.
- (void) buttonModuleServiceDidUpdateCustomizedButtonList: (CSButtonModuleService *)  buttonModuleService
optional

Sent when the customized button list is updated.

Parameters
buttonModuleServiceThe button module service instance sending the message.

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