|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| void | onResume () |
| void | onDestroy () |
| void | onPause () |
| void | onConfigurationChanged (Configuration newConfig) |
| void | onWindowFocusChanged (boolean hasFocus) |
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.
|
inline |
Invoke when Activity::onConfigurationChanged event is invoked.
| newConfig | configuration passed through Activity::onConfigurationChanged |
|
inline |
Invoke when Activity::onDestroy event is invoked.
|
inline |
Invoke when Activity::onPause event is invoked.
|
inline |
Invoke when Activity::onResume event is invoked.
|
inline |
Invoke when Activity::onWindowFocusChanged event is invoked.
| hasFocus | focus passed through Activity::onWindowFocusChanged, true if window has focus, false otherwise |