commonMain.com.estivensh4.firebase_crashlytics.FirebaseCrashlytics.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of firebase-crashlytics
Show all versions of firebase-crashlytics
FirebaseKMM is a Firebase Extension that supports cross-platform projects also based on Firebase Kotlin SDK, allowing you to directly from iOS and Android.
package com.estivensh4.firebase_crashlytics
import com.estivensh4.firebase_app.Firebase
expect val Firebase.crashlytics: FirebaseCrashlytics
expect class FirebaseCrashlytics {
fun log(message: String)
fun deleteUnsentReports()
fun setUserId(userId: String?)
fun setCustomKey(key: String, value: Any)
fun setCrashlyticsCollectionEnabled(enabled: Boolean)
fun didCrashOnPreviousExecution(): Boolean
fun setCustomKeys(customKeys: Map)
fun recordException(exception: Throwable)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy