|
Contact Center SDK for iOS API reference
|
ZoomCCSDK API manager. This is the main singleton instance used to create chat and video services, listen for event callbacks, and use other major SDK features. More...
#include <ZoomCCInterface.h>
Instance Methods | |
| (id< ZoomCCChatService >) | - chatService |
| Returns the chat channel service. | |
| (id< ZoomCCChatService >) | - zvaService |
| Returns the ZVA channel service. | |
| (id< ZoomCCVideoService >) | - videoService |
| Returns the video channel service. | |
| (id< ZoomCCScheduledCallbackService >) | - scheduledCallbackService |
| Returns the scheduled callback channel service. | |
| (NSString *) | - sdkVersion |
| Returns the Zoom Contact Center SDK internal version. | |
Instance Methods inherited from <ZoomCCAppLifecyleDelegate> | |
| (void) | - appWillResignActive |
| Notifies the common layer that application will resign from active state. Call the systematical method, then call the appWillResignActive via applicationWillResignActive. | |
| (void) | - appDidBecomeActive |
| Notifies the common layer that application became active. Call the appDidBecomeActive via applicationDidBecomeActive. | |
| (void) | - appDidEnterBackgroud |
| Notifies the common layer that application entered background. Call the appDidEnterBackgroud via applicationDidEnterBackground. | |
| (void) | - appWillTerminate |
| Notifies the common layer that the application will terminate. Call the appWillTerminate via applicationWillTerminate. | |
Class Methods | |
| (ZoomCCInterface *) | + sharedInstance |
| Returns ZoomCCInterface instance. | |
Properties | |
| ZoomCCContext * | context |
| Creates and configures ZoomCCContext parameters to initialize the ZoomCCInterface. | |
ZoomCCSDK API manager. This is the main singleton instance used to create chat and video services, listen for event callbacks, and use other major SDK features.
| - (id< ZoomCCChatService >) chatService |
Returns the chat channel service.
| - (id< ZoomCCScheduledCallbackService >) scheduledCallbackService |
Returns the scheduled callback channel service.
| - (NSString *) sdkVersion |
Returns the Zoom Contact Center SDK internal version.
| + (ZoomCCInterface *) sharedInstance |
Returns ZoomCCInterface instance.
| - (id< ZoomCCVideoService >) videoService |
Returns the video channel service.
| - (id< ZoomCCChatService >) zvaService |
Returns the ZVA channel service.
|
readwritenonatomicstrong |
Creates and configures ZoomCCContext parameters to initialize the ZoomCCInterface.