Android
info
Nailpolish integration is almost same as the integration of Makeup. You do not need a different WebView either. One WebView is enough to use both Plugin types. All you need to adjust is the parameters that Plugin receive for remote management. So this section will only contain the differences from Makeup integration of Android.
#
Communication with the Plugin/Remote ControlThe function calls to manipulate/customize the Plugin is the same that of Web version. There is only slight tweaks in invoking them due to the platform differences as you can can see the below.
Please remember that you can call the functions only after the initial load of WebView, just like the way it was in Web.
note
If you are already using our Template Engine on Landing Page Integration, you might not need them at all. They are only needed to control the Plugin remotely.
- Kotlin
- Java