Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSOtherPhoneServiceDelegate> Protocol Reference

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...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSOtherPhoneService.

Method Documentation

- (void) otherPhoneServiceDidActivate: (CSOtherPhoneService *)  otherPhoneService

Sent when other phone mode has been activated.

Parameters
otherPhoneServiceThe other phone service instance sending the message.
- (void) otherPhoneServiceDidChangeCapabilities: (CSOtherPhoneService *)  otherPhoneService

Sent when other phone mode service's capability has changed.

Parameters
otherPhoneServiceThe other phone service instance sending the message.
- (void) otherPhoneServiceDidDeactivate: (CSOtherPhoneService *)  otherPhoneService

Sent when other phone mode has been deactivated.

Parameters
otherPhoneServiceThe other phone service instance sending the message.

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