ExperimentalWorkMetricsApi


@Retention(value = AnnotationRetention.BINARY)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
public annotation ExperimentalWorkMetricsApi


Annotation indicating experimental API for WorkManager's metrics and analytics features.

These APIs allow developers to inspect and track detailed historical/lifecycle information.

As a result, APIs annotated with ExperimentalWorkMetricsApi are subject to change or removal and require opt-in.

Summary

Public constructors

Public constructors

ExperimentalWorkMetricsApi

public ExperimentalWorkMetricsApi()