Documentation

Initialize Aven on Android

Initialize Aven with application context and your own safe runtime credentials. Select backend-first or legacy client-context runtime mode based on your supported integration design.

Aven.initialize(context = applicationContext, config = AvenConfig(
  appId = "your_app_id", apiKey = "your_runtime_key"
))

Developer-declared context

Aven uses pages, elements, and workflows your team explicitly registers. The host application stays in control of navigation and UI behavior.

Next step

Choose an SDK, register a real product task, and verify the target becomes available before guiding a user.