makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
Loading...
Searching...
No Matches
Instance Methods | List of all members
IApplicationLifecycleHandler Class Reference

#import <MakeupEngine.h>

Inherits NSObject.

Instance Methods

(void) - applicationWillResignActive
 
(void) - applicationDidBecomeActive
 
(void) - applicationWillEnterForeground
 
(void) - applicationDidEnterBackground
 

Detailed Description

Used to forward platform specific lifecycle events to MakeupEngine. The user is responsible to invoke the methods of this class when appropriate lifecycle event is raised by the OS.

Method Documentation

◆ applicationDidBecomeActive

- (void) applicationDidBecomeActive

Invoke when UIApplicationDelegate::applicationDidBecomeActive event is invoked.

◆ applicationDidEnterBackground

- (void) applicationDidEnterBackground

Invoke when UIApplicationDelegate::applicationDidEnterBackground event is invoked.

◆ applicationWillEnterForeground

- (void) applicationWillEnterForeground

Invoke when UIApplicationDelegate::applicationWillEnterForeground event is invoked.

◆ applicationWillResignActive

- (void) applicationWillResignActive

Invoke when UIApplicationDelegate::applicationWillResignActive event is invoked.