File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ data class RumConfiguration internal constructor(
276
276
* the last interaction to the next view metric.
277
277
* By default, the SDK uses a [TimeBasedInteractionIdentifier] with a threshold of 3000ms.
278
278
* @param lastInteractionIdentifier the [LastInteractionIdentifier] to use. Setting this property to
279
- * null will disable the Interaction to Next View metric..
279
+ * null will disable the Interaction to Next View metric.
280
280
*/
281
281
fun setLastInteractionIdentifier (lastInteractionIdentifier : LastInteractionIdentifier ? ): Builder {
282
282
rumConfig = rumConfig.copy(lastInteractionIdentifier = lastInteractionIdentifier)
You can’t perform that action at this time.
0 commit comments