ButtonCustomizationPolicy Enumeration |
Enumeration indicating whether the application supports button customization.
Own / Bridged Call Line Appearances, SIP Telephony Features (including Auto Dial feature),
Agent Features, etc are a few examples of "buttons" configured for a user on CM / SMGR,
that can be customized w.r.t. visual location on the button module, label representing the button, etc.
Enumeration indicating whether the application supports button customization.
Own / Bridged Call Line Appearances, SIP Telephony Features (including Auto Dial feature),
Agent Features, etc are a few examples of "buttons" configured for a user on CM / SMGR,
that can be customized w.r.t. visual location on the button module, label representing the button, etc.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic enum ButtonCustomizationPolicy
Members
| Member name | Value | Description |
---|
| ButtonCustomizationNotSupported | 0 |
Button customization is not supported.
|
| ButtonCustomizationSupported | 1 |
Button customization is supported.
|
See Also