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

This class represents the details about the crisis alert raised in the system. More...

#import <CSCrisisAlert.h>

Inherits NSObject.

Properties

CSFeatureType featureType
 The feature type associated with the crisis alert. More...
 
CSFeatureStatus status
 The status of the feature (on or off). More...
 
NSString * userName
 Represents name of the user who initiated the crisis alert. More...
 
NSString * userExtension
 Represents extension of the user who initiated the crisis alert. More...
 
NSDate * startDateTime
 Represents date and time when the crisis alert is raised. More...
 
NSString * userLocation
 Represents location of the user who initiated the crisis alert. More...
 
NSString * userRoom
 Represents room of the user who initiated the crisis alert. More...
 
NSString * userFloor
 Represents floor of the user who initiated the crisis alert. More...
 
NSString * userBuilding
 Represents building of the user who initiated the crisis alert. More...
 

Detailed Description

This class represents the details about the crisis alert raised in the system.

See also
CSCallFeatureService::crisisAlert
- callFeatureService:didChangeCrisisAlertStatus: (CSCallFeatureServiceDelegate-p)

Property Documentation

- (CSFeatureType) featureType
readnonatomicassign

The feature type associated with the crisis alert.

- (NSDate*) startDateTime
readnonatomicassign

Represents date and time when the crisis alert is raised.

- (CSFeatureStatus) status
readnonatomicassign

The status of the feature (on or off).

- (NSString*) userBuilding
readnonatomicassign

Represents building of the user who initiated the crisis alert.

- (NSString*) userExtension
readnonatomicassign

Represents extension of the user who initiated the crisis alert.

- (NSString*) userFloor
readnonatomicassign

Represents floor of the user who initiated the crisis alert.

- (NSString*) userLocation
readnonatomicassign

Represents location of the user who initiated the crisis alert.

- (NSString*) userName
readnonatomicassign

Represents name of the user who initiated the crisis alert.

- (NSString*) userRoom
readnonatomicassign

Represents room of the user who initiated the crisis alert.


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