LocalFullyDrawnReporterOwner

object LocalFullyDrawnReporterOwner


Provides a FullyDrawnReporterOwner that can be used by Composables hosted in a androidx.activity.ComponentActivity.

Summary

Public functions

infix ProvidedValue<FullyDrawnReporterOwner?>
provides(fullyDrawnReporterOwner: FullyDrawnReporterOwner)

Associates a LocalFullyDrawnReporterOwner key to a value.

Public properties

FullyDrawnReporterOwner?

Returns current composition local value for the owner or null if one has not been provided, one has not been set via androidx.activity.setViewTreeFullyDrawnReporterOwner, nor is one available by looking at the LocalContext.

Public functions

provides

Added in 1.7.0
infix fun provides(fullyDrawnReporterOwner: FullyDrawnReporterOwner): ProvidedValue<FullyDrawnReporterOwner?>

Associates a LocalFullyDrawnReporterOwner key to a value.

Public properties

current

Added in 1.7.0
val currentFullyDrawnReporterOwner?

Returns current composition local value for the owner or null if one has not been provided, one has not been set via androidx.activity.setViewTreeFullyDrawnReporterOwner, nor is one available by looking at the LocalContext.