File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -302,4 +302,6 @@ object RumAttributes {
302
302
* on the next view.
303
303
*/
304
304
const val CUSTOM_INV_VALUE = " _dd.view.custom_inv_value"
305
+
306
+ // endregion
305
307
}
Original file line number Diff line number Diff line change @@ -275,7 +275,8 @@ data class RumConfiguration internal constructor(
275
275
* Sets a custom identifier for the last interaction in the previous view used to compute the time from
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
- * @param lastInteractionIdentifier the [LastInteractionIdentifier] to use.
278
+ * @param lastInteractionIdentifier the [LastInteractionIdentifier] to use. Setting this property to
279
+ * null will disable the Interaction to Next View metric..
279
280
*/
280
281
fun setLastInteractionIdentifier (lastInteractionIdentifier : LastInteractionIdentifier ? ): Builder {
281
282
rumConfig = rumConfig.copy(lastInteractionIdentifier = lastInteractionIdentifier)
You can’t perform that action at this time.
0 commit comments