com.google.firebase.crashlytics
Classes
CustomKeysAndValues |
Helper class which handles the storage and conversion to strings of key/value pairs with heterogeneous value types. |
CustomKeysAndValues.Builder |
|
FirebaseCrashlytics |
The Firebase Crashlytics API provides methods to annotate and manage fatal crashes, non-fatal errors, and ANRs captured and reported to Firebase Crashlytics. |
KeyValueBuilder |
Helper class to enable fluent syntax in |
Extension functions summary
Unit |
FirebaseCrashlytics.setCustomKeys(init: KeyValueBuilder.() -> Unit) Associates all key-value parameters with the reports |
Extension properties summary
FirebaseCrashlytics |
Returns the |
Extension functions
setCustomKeys
fun FirebaseCrashlytics.setCustomKeys(init: KeyValueBuilder.() -> Unit): Unit
Associates all key-value parameters with the reports
Extension properties
crashlytics
val Firebase.crashlytics: FirebaseCrashlytics
Returns the FirebaseCrashlytics
instance of the default FirebaseApp
.