Foxit PDF SDK  9.1
<IAppLifecycleListener> Protocol Reference

application life cycle listener. More...

Inheritance diagram for <IAppLifecycleListener>:
FSSettingBar

Instance Methods

(void) - applicationDidBecomeActive:
 triggered when application did become active. More...
 
(void) - applicationDidEnterBackground:
 triggered when application did enter the background. More...
 
(void) - applicationWillEnterForeground:
 triggered when application did enter the foreground. More...
 
(void) - applicationWillResignActive:
 triggered when application will resign active. More...
 

Detailed Description

application life cycle listener.

Method Documentation

◆ applicationDidBecomeActive:

- (void) applicationDidBecomeActive: (UIApplication *)  application
optional

triggered when application did become active.

◆ applicationDidEnterBackground:

- (void) applicationDidEnterBackground: (UIApplication *)  application
optional

triggered when application did enter the background.

◆ applicationWillEnterForeground:

- (void) applicationWillEnterForeground: (UIApplication *)  application
optional

triggered when application did enter the foreground.

◆ applicationWillResignActive:

- (void) applicationWillResignActive: (UIApplication *)  application
optional

triggered when application will resign active.