|
Avaya Client Services API Reference (iOS)
|
#import <CSUnifiedPortalService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - unifiedPortalServiceDidBecomeAvailable: |
| Called when the Unified Portal service becomes available. More... | |
| (void) | - unifiedPortalServiceDidBecomeUnavailable: |
| Called when the Unified Portal service becomes unavailable. More... | |
| - (void) unifiedPortalServiceDidBecomeAvailable: | (CSUnifiedPortalService *) | unifiedPortalService |
Called when the Unified Portal service becomes available.
| unifiedPortalService | The Unified Portal service associated with the callback. |
| - (void) unifiedPortalServiceDidBecomeUnavailable: | (CSUnifiedPortalService *) | unifiedPortalService |
Called when the Unified Portal service becomes unavailable.
| unifiedPortalService | The Unified Portal service associated with the callback. |