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

commonMain.co.touchlab.skie.plugin.analytics.AnalyticsProducer.kt Maven / Gradle / Ivy

The newest version!
package co.touchlab.skie.plugin.analytics

import co.touchlab.skie.configuration.SkieConfigurationFlag

interface AnalyticsProducer {

    val name: String

    val configurationFlag: SkieConfigurationFlag

    fun produce(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy