Contact Center SDK for iOS API reference
Loading...
Searching...
No Matches
Instance Methods | List of all members
<ZoomCCAppLifecyleDelegate> Protocol Reference

An interface that handles the life cycle of the application. More...

#include <ZoomCCInterface.h>

Inheritance diagram for <ZoomCCAppLifecyleDelegate>:
ZoomCCInterface

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.
 

Detailed Description

An interface that handles the life cycle of the application.

Method Documentation

◆ appDidBecomeActive

- (void) appDidBecomeActive

Notifies the common layer that application became active. Call the appDidBecomeActive via applicationDidBecomeActive.

Warning
It is necessary to call the method in AppDelegate "- (void)applicationDidBecomeActive:(UIApplication *)application".

◆ appDidEnterBackgroud

- (void) appDidEnterBackgroud

Notifies the common layer that application entered background. Call the appDidEnterBackgroud via applicationDidEnterBackground.

Warning
It is necessary to call the method in AppDelegate "- (void)applicationDidEnterBackground:(UIApplication *)application".

◆ appWillResignActive

- (void) appWillResignActive

Notifies the common layer that application will resign from active state. Call the systematical method, then call the appWillResignActive via applicationWillResignActive.

Warning
It is necessary to call the method in AppDelegate "- (void)applicationWillResignActive:(UIApplication *)application".

◆ appWillTerminate

- (void) appWillTerminate

Notifies the common layer that the application will terminate. Call the appWillTerminate via applicationWillTerminate.

Warning
It is necessary to call the method in AppDelegate "- (void)applicationWillTerminate:(UIApplication *)application".

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