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

commonMain.com.estivensh4.firebase_crashlytics.FirebaseCrashlytics.kt Maven / Gradle / Ivy

Go to download

FirebaseKMM is a Firebase Extension that supports cross-platform projects also based on Firebase Kotlin SDK, allowing you to directly from iOS and Android.

There is a newer version: 0.7.1
Show newest version
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