We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301d37a commit f80ba89Copy full SHA for f80ba89
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
@@ -23,7 +23,7 @@ private constructor(
23
private val builder: CustomKeysAndValues.Builder,
24
) {
25
@Deprecated(
26
- "Do not construct this directly. Use `setCustomKeys` instead. To be removed in the next major release."
+ "Do not construct this directly. Use [setCustomKeys] instead. To be removed in the next major release."
27
)
28
constructor(crashlytics: FirebaseCrashlytics) : this(crashlytics, CustomKeysAndValues.Builder())
29
0 commit comments