Avaya Client Services API Reference (OS X)
Properties | List of all members
CSBusyIndicator Class Reference

Represent busy indicator feature. More...

#import <CSBusyIndicator.h>

Inherits NSObject.

Properties

NSString * destinationExtension
 Returns the destination extension. More...
 
NSString * destinationShortForm
 Returns the short form of destination extension. More...
 
NSString * destinationLabel
 Returns the label text for the destination extension as assigned by the user or the administrator on the server. More...
 
BOOL busy
 Indicates whether the extension is busy or idle. More...
 
NSInteger buttonLocation
 Indicates location of BusyIndicator button. More...
 

Detailed Description

Represent busy indicator feature.

An attendent can track busy or the idle status of a destination extension. This object is provided with notification whenever the status changes.

Property Documentation

- (BOOL) busy
readnonatomicassign

Indicates whether the extension is busy or idle.

- (NSInteger) buttonLocation
readnonatomicassign

Indicates location of BusyIndicator button.

- (NSString*) destinationExtension
readnonatomicassign

Returns the destination extension.

- (NSString*) destinationLabel
readnonatomicassign

Returns the label text for the destination extension as assigned by the user or the administrator on the server.

Returns the empty string if not assigned.

- (NSString*) destinationShortForm
readnonatomicassign

Returns the short form of destination extension.


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