|
Avaya Client Services API Reference (iOS)
|
Describes methods that are implemented by the delegate of a CSOtherPhoneService.
More...
#import <CSOtherPhoneService.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - otherPhoneServiceDidActivate: |
| Sent when other phone mode has been activated. More... | |
| (void) | - otherPhoneServiceDidDeactivate: |
| Sent when other phone mode has been deactivated. More... | |
| (void) | - otherPhoneServiceDidChangeCapabilities: |
| Sent when other phone mode service's capability has changed. More... | |
Describes methods that are implemented by the delegate of a CSOtherPhoneService.
| - (void) otherPhoneServiceDidActivate: | (CSOtherPhoneService *) | otherPhoneService |
Sent when other phone mode has been activated.
| otherPhoneService | The other phone service instance sending the message. |
| - (void) otherPhoneServiceDidChangeCapabilities: | (CSOtherPhoneService *) | otherPhoneService |
Sent when other phone mode service's capability has changed.
| otherPhoneService | The other phone service instance sending the message. |
| - (void) otherPhoneServiceDidDeactivate: | (CSOtherPhoneService *) | otherPhoneService |
Sent when other phone mode has been deactivated.
| otherPhoneService | The other phone service instance sending the message. |