Compose Camera LogoCompose Camera
APICore ModuleData Classes

PermissionResult

Documentation for PermissionResult data class.

PermissionResult

Encapsulates the result of a multiple permission request.

data class PermissionResult(
    val permissions: Map<CameraPermission, Boolean>
)

Properties

PropertyTypeDescription
permissionsMap<CameraPermission, Boolean>A map where the key is the requested permission and the value is true if granted, false otherwise.

On this page