The Insider WebView library is a lightweight framework that establishes a bi-directional communication channel between your web content and the Insider platform through web views.
The purpose of the library is to provide a reliable, secure channel for JavaScript to invoke native functionality, allowing native code to return results or errors back to the web page when needed.
It lets web pages send structured requests to native code and, optionally, receive responses, enabling features such as user profile access, event tracking, in-app messages, and consent management from your web page.
The WebView library is supported only for native Android and iOS SDKs. It is not supported for React Native, Flutter, and Cordova platforms.