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 142ed35 commit d53c1f5Copy full SHA for d53c1f5
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata/EventMetadata.kt
@@ -22,7 +22,7 @@ package com.google.firebase.crashlytics.internal.metadata
22
* @property additionalCustomKeys a [Map<String, String>] of key value pairs to attach to the event,
23
* in addition to the global custom keys.
24
*/
25
-data class EventMetadata
+internal data class EventMetadata
26
@JvmOverloads
27
constructor(
28
val sessionId: String,
0 commit comments