|
Avaya Client Services API Reference (iOS)
|
This is a union of the parameters of the FNU features. More...
#import <CSFeatureParameters.h>
Inherits NSObject.
Instance Methods | |
| (instancetype) | - initWithFeatureType:ownerExtension:huntGroupNumber: |
| Constructs an CSFeatureStatusParameters object from the specified parameters. More... | |
Properties | |
| CSFeatureType | featureType |
| The feature type associated with the feature. More... | |
| NSString * | ownerExtension |
| The owner extension associated with this feature. More... | |
| NSInteger | huntGroupNumber |
| The Hunt Group Number associated with the hunt-group-busy-position feature. More... | |
This is a union of the parameters of the FNU features.
The caller should know which parameters to populate for a specific feature.
| - (instancetype) initWithFeatureType: | (CSFeatureType) | featureType | |
| ownerExtension: | (NSString *) | ownerExtension | |
| huntGroupNumber: | (NSInteger) | huntGroupNumber | |
Constructs an CSFeatureStatusParameters object from the specified parameters.
| featureType | The feature type associated with the feature. |
| ownerExtension | The owner extension associated with this feature. |
| huntGroupNumber | The Hunt Group Number associated with the hunt-group-busy-position feature |
|
readwritenonatomicassign |
The feature type associated with the feature.
|
readwritenonatomicassign |
The Hunt Group Number associated with the hunt-group-busy-position feature.
Populate if the feature is Hunt Group Busy Position feature.
|
readwritenonatomiccopy |
The owner extension associated with this feature.
Populate if targeted feature's owner is different from the local user's extension.