Skip to content

PerformanceMetric

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

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.
Clone this wiki locally