Kotlin
Last updated
Was this helpful?
Engine's Android SDK lets you embed Engine marketplace flows directly inside a native Android app. It ships as a Kotlin library (kotlin-wrapper-sdk) and renders the full Engine journey for you, so you don't need to build the screens, networking, or navigation yourself.
Under the hood the SDK is a wrapper: it hosts Engine's web-based marketplace flow inside a native Android WebView and exposes it as an EngineSDK view that extends FrameLayout, together with native configuration and callbacks. This is the same cross-platform Web Wrapper architecture used by our Flutter and Swift SDKs, so behavior and event data stay consistent across stacks. See Mobile SDKs for more on the wrapper architecture.
Last updated
Was this helpful?
Was this helpful?