All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.myunidays.segmenkt.AppsFlyerLib.kt Maven / Gradle / Ivy

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)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy