Android / Kotlin
This content is not available in your language yet.
import SdkAvailability from ‘../../../components/SdkAvailability.astro’;
Android SDK는 순수 Kotlin/JVM core와 앱 저장소 adapter를 조합하는 방향입니다. 출시 후 Maven Central coordinates, 최소 Android SDK, SharedPreferences adapter, lifecycle flush 지침을 확정합니다.
val abto = AbtoClient( AbtoConfig(projectKey = "pk_abto_…"), store = SharedPreferencesStore(preferences),)
abto.identify("user-123")abto.capture("checkout_completed", mapOf("order_id" to "order-123"))예제 API는 출시 전 변경될 수 있습니다.