|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
#import <MakeupEngine.h>
Inherits NSObject.
Instance Methods | |
| (void) | - applicationWillResignActive |
| (void) | - applicationDidBecomeActive |
| (void) | - applicationWillEnterForeground |
| (void) | - applicationDidEnterBackground |
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.
| - (void) applicationDidBecomeActive |
Invoke when UIApplicationDelegate::applicationDidBecomeActive event is invoked.
| - (void) applicationDidEnterBackground |
Invoke when UIApplicationDelegate::applicationDidEnterBackground event is invoked.
| - (void) applicationWillEnterForeground |
Invoke when UIApplicationDelegate::applicationWillEnterForeground event is invoked.
| - (void) applicationWillResignActive |
Invoke when UIApplicationDelegate::applicationWillResignActive event is invoked.