com.google.firebase.crashlytics.ktx
Classes
KeyValueBuilder |
This class is deprecated. Use `com.google.firebase.crashlytics.KeyValueBuilder` from the main module. |
Extension functions summary
Unit |
FirebaseCrashlytics. This function is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration. |
Extension properties summary
FirebaseCrashlytics |
Accessing this object for Kotlin apps has changed; see the migration guide. |
Extension functions
setCustomKeys
fun FirebaseCrashlytics.setCustomKeys(init: KeyValueBuilder.() -> Unit): Unit
Associates all key-value parameters with the reports
Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-crashlytics-ktx
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.
Extension properties
crashlytics
val Firebase.crashlytics: FirebaseCrashlytics
Accessing this object for Kotlin apps has changed; see the migration guide.
Returns the FirebaseCrashlytics
instance of the default FirebaseApp
.
Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase:firebase-crashlytics-ktx
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.