class KeyValueBuilder
Helper class to enable fluent syntax in setCustomKeys
KeyValueBuilder(crashlytics: FirebaseCrashlytics)
Helper class to enable fluent syntax in setCustomKeys |
fun key( key: String, value: Boolean): Unitfun key( key: String, value: Double): Unitfun key( key: String, value: Float): Unitfun key( key: String, value: Int): Unitfun key( key: String, value: Long): Unitfun key( key: String, value: String): Unit
Sets a custom key and value that are associated with reports. |