2024-10-24, 03:11 PM
The mobile Android app has different sources for its network requests:
- The web interface via the webview
- The native part via our Kotlin SDK (used for connecting/video player metadata)
- The native part via our video player
- The native part via our image loading library
These 4 options do **not** share the same code for creating their network requests so headers will differ.
- The web interface via the webview
- The native part via our Kotlin SDK (used for connecting/video player metadata)
- The native part via our video player
- The native part via our image loading library
These 4 options do **not** share the same code for creating their network requests so headers will differ.