LocalActivityResultRegistryOwner

object LocalActivityResultRegistryOwner


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

Summary

Public properties

ActivityResultRegistryOwner?

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

Public functions

Public properties

current

Added in 1.3.0
val currentActivityResultRegistryOwner?

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