|
Avaya Client Services API Reference (iOS)
|
#import <CSVisualVoiceMailService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - visualVoiceMailServiceAvailable: |
| Report that the visual voice mail service has successfully started or restored. More... | |
| (void) | - visualVoiceMailServiceUnavailable: |
| Report that the visual voice mail service has been successfully closed or its work was interrupted, for example by a network or server problem. More... | |
| (void) | - visualVoiceMailServiceDidChangeCapabilities: |
| Report that visual voice mail service capabilities have changed. More... | |
| (void) | - visualVoiceMailService:didChangeUnreadMessageCount: |
| Called to report that a unreadMessageCount has changed. More... | |
| - (void) visualVoiceMailService: | (CSVisualVoiceMailService *) | visualVoiceMailService | |
| didChangeUnreadMessageCount: | (NSUInteger) | unreadMessageCount | |
Called to report that a unreadMessageCount has changed.
| visualVoiceMailService | The CSVisualVoiceMailService object that the callback is associated with. |
| unreadMessageCount | The number of unread messages. |
| - (void) visualVoiceMailServiceAvailable: | (CSVisualVoiceMailService *) | visualVoiceMailService |
Report that the visual voice mail service has successfully started or restored.
| visualVoiceMailService | The CSVisualVoiceMailService object that the callback is associated with. |
| - (void) visualVoiceMailServiceDidChangeCapabilities: | (CSVisualVoiceMailService *) | visualVoiceMailService |
Report that visual voice mail service capabilities have changed.
| visualVoiceMailService | The CSVisualVoiceMailService object that the callback is associated with. |
| - (void) visualVoiceMailServiceUnavailable: | (CSVisualVoiceMailService *) | visualVoiceMailService |
Report that the visual voice mail service has been successfully closed or its work was interrupted, for example by a network or server problem.
| visualVoiceMailService | the CSVisualVoiceMailService object that the callback is associated with. |