This class represents the parameters of the destination for the callback / simultaneous ring feature.
More...
#import <CSSimRingCallbackDestination.h>
Inherits NSObject.
This class represents the parameters of the destination for the callback / simultaneous ring feature.
- See also
- CSCallFeatureService::simRingCallback
-
CSCallFeatureServiceDelegate::callFeatureService:didChangeSimRingCallbackStatus:
| - (instancetype) initWithNumber: |
|
(NSString *) |
number |
| label: |
|
(NSString *) |
label |
| simultaneousRingEnabled: |
|
(BOOL) |
simultaneousRingEnabled |
|
|
| |
Constructs a CSSimRingCallbackDestination object from the specified parameters.
- Parameters
-
| number | The destination number. |
| label | The destination label. Can be empty. |
| simultaneousRingEnabled | YES if incoming calls should be received at this destination simultaneously with the user's extension, NO otherwise. |
| - (BOOL) simultaneousRingEnabled |
|
readnonatomicassign |
Returns true if incoming calls should be received at this destination simultaneously with the user's extension, false otherwise.
The documentation for this class was generated from the following file: