|
Avaya Client Services API Reference (iOS)
|
The Call Pickup Alert feature status. More...
#import <CSCallPickupAlertStatus.h>
Inherits NSObject.
Instance Methods | |
| (instancetype) | - initWithFeatureType:status:pickupGroupName:callPickupAlertArgs: |
| Constructs CSCallPickupAlertStatus object from the specified parameters. More... | |
Properties | |
| CSFeatureType | featureType |
| The feature type associated with this status. More... | |
| CSFeatureStatus | status |
| The feature's status. More... | |
| NSString * | pickupGroupName |
| The Call Pickup group name. More... | |
| CSCallPickupAlertParameters * | callPickupAlertArgs |
| The call pickup alert status data. More... | |
The Call Pickup Alert feature status.
| - (instancetype) initWithFeatureType: | (CSFeatureType) | featureType | |
| status: | (CSFeatureStatus) | status | |
| pickupGroupName: | (NSString *) | pickupGroupName | |
| callPickupAlertArgs: | (CSCallPickupAlertParameters *) | callPickupAlertArgs | |
Constructs CSCallPickupAlertStatus object from the specified parameters.
| featureType | The feature type associated with the group, directed or extended call pickup alerts. |
| status | The status of the feature (on or off). |
| pickupGroupName | The pickup group for which the alert is received. |
| callPickupAlertArgs | The Enhance or Call Pickup alert details. |
|
readnonatomicassign |
The call pickup alert status data.
|
readnonatomicassign |
The feature type associated with this status.
|
readnonatomicassign |
The Call Pickup group name.
Populated with the name of the group.
|
readnonatomicassign |
The feature's status.