Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSVoiceMessagingServiceDelegate> Protocol Reference

#import <CSVoiceMessagingService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - voiceMessagingServiceDidBecomeAvailable:
 Sent to indicate that voice messaging service is available. More...
 
(void) - voiceMessagingServiceDidBecomeUnavailable:
 Sent to indicate that voice messaging service is unavailable. More...
 
(void) - voiceMessagingService:didChangeVoiceMessagingStatus:
 Sent when the status of a feature has changed. More...
 
(void) - voiceMessagingService:didChangeVoicemailNumber:
 Sent when voice mail number is changed. More...
 

Method Documentation

- (void) voiceMessagingService: (CSVoiceMessagingService *)  voiceMessagingService
didChangeVoicemailNumber: (NSString *)  voicemailNumber 
optional

Sent when voice mail number is changed.

Parameters
voiceMessagingServiceThe voice messaging service associated with voicemail.
voicemailNumberThe voice mail number configured for the user.
- (void) voiceMessagingService: (CSVoiceMessagingService *)  voiceMessagingService
didChangeVoiceMessagingStatus: (CSVoiceMessagingStatusParameters *)  voiceMessagingStatus 
optional

Sent when the status of a feature has changed.

Parameters
voiceMessagingServiceThe voice messaging service associated with voicemail.
voiceMessagingStatusThe updated voice messaging status information.
- (void) voiceMessagingServiceDidBecomeAvailable: (CSVoiceMessagingService *)  voiceMessagingService
optional

Sent to indicate that voice messaging service is available.

Parameters
voiceMessagingServiceThe voice messaging service associated with voicemail.
- (void) voiceMessagingServiceDidBecomeUnavailable: (CSVoiceMessagingService *)  voiceMessagingService
optional

Sent to indicate that voice messaging service is unavailable.

Parameters
voiceMessagingServiceThe voice messaging service associated with voicemail.

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