iosMain.io.github.landrynorris.analytiks.firebase.FirebaseAnalyticsLogger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of analytiks-firebase Show documentation
Show all versions of analytiks-firebase Show documentation
Firebase Analytics integration for Analytiks library
package io.github.landrynorris.analytiks.firebase
import cocoapods.FirebaseAnalytics.FIRAnalytics
import io.github.landrynorris.analytiks.AnalytiksLogger
actual class FirebaseAnalyticsLogger: AnalytiksLogger {
actual override fun logEvent(name: String, extras: Map) {
FIRAnalytics.logEventWithName(name, extras.mapKeys { it })
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy