commonMain.com.myunidays.segmenkt.AppsFlyerLib.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Segmenkt Show documentation
Show all versions of Segmenkt Show documentation
Kotlin Multiplatform Wrapper for Segment
The newest version!
package com.myunidays.segmenkt
expect class AppsFlyerLib {
companion object {
fun shared(): AppsFlyerLib
}
val isStopped: Boolean
fun getAppsFlyerUID(context: Any? = null): String?
fun start(context: Any? = null)
fun stop(shouldStop: Boolean, context: Any? = null)
fun setDebug(isDebug: Boolean)
}