2 #ifndef _YI_APP_LIFE_CYCLE_BRIDGE_H_ 3 #define _YI_APP_LIFE_CYCLE_BRIDGE_H_ 49 #endif // _YI_APP_LIFE_CYCLE_BRIDGE_H_ CYISignal BackgroundEntered
Definition: YiAppLifeCycleBridge.h:36
CYISignal ForegroundEntered
Definition: YiAppLifeCycleBridge.h:32
void OnForegroundEntered()
Instantiates the CYIAppLifeCycleBridge; the instance will be deleted automatically when the applicati...
Definition: YiAppLifeCycleBridgeLocator.h:17
void OnBackgroundEntered()
Provides a means for apps to signal components that the app has entered the foreground or background...
Definition: YiAppLifeCycleBridge.h:17
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164