commonMain.com.myunidays.segmenkt.AppsFlyerIntegration.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
import com.myunidays.segmenkt.integrations.Integration
import com.myunidays.segmenkt.integrations.IntegrationFactory
expect class AppsFlyerIntegration : Integration {
companion object {
fun factory(delegate: Any? = null, deeplinkHandler: Any? = null): IntegrationFactory
}
}