Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

This class was created to work around the registerForActivityResult restrictions; it must be called before the lifecycle reaches the STARTED state or else it crashes.

Link copied to clipboard
data class PermissionsRequesterState(val permissionsGranted: State<Boolean>, val onPermissionClick: () -> Unit)