Contact Center SDK for iOS API reference
|
An interface that handles the life cycle of the application. More...
#include <ZoomCCInterface.h>
Instance Methods | |
(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. | |
An interface that handles the life cycle of the application.
- (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) appWillResignActive |
Notifies the common layer that application will resign from active state. Call the systematical method, then call the appWillResignActive via applicationWillResignActive.
- (void) appWillTerminate |
Notifies the common layer that the application will terminate. Call the appWillTerminate via applicationWillTerminate.