PerformanceMetric - DataDog/dd-sdk-android GitHub Wiki

interface PerformanceMetric

Base class for performance metric events.

Types

PerformanceMetric.Companion

Functions

stopAndSend

abstract fun stopAndSend(isSuccessful: Boolean)

Stops measuring and sends the performance metric.

Parameters
isSuccessful - was the operation being measured completed successfully.