Skip to content

Commit 8e2d4a4

Browse files
committed
Add missing documentation
1 parent d624453 commit 8e2d4a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumAttributes.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,6 @@ object RumAttributes {
302302
* on the next view.
303303
*/
304304
const val CUSTOM_INV_VALUE = "_dd.view.custom_inv_value"
305+
306+
// endregion
305307
}

features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumConfiguration.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ data class RumConfiguration internal constructor(
275275
* Sets a custom identifier for the last interaction in the previous view used to compute the time from
276276
* the last interaction to the next view metric.
277277
* 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..
279280
*/
280281
fun setLastInteractionIdentifier(lastInteractionIdentifier: LastInteractionIdentifier?): Builder {
281282
rumConfig = rumConfig.copy(lastInteractionIdentifier = lastInteractionIdentifier)

0 commit comments

Comments
 (0)