StoragePermission

data class StoragePermission(val allowWrite: Boolean = false) : Permission

Permission to access the users device storage. On iOS this corresponds to the Photos permission

Parameters

allowWrite

If true writing to the storage is permitted

Constructors

Link copied to clipboard
constructor(allowWrite: Boolean = false)

Properties

Link copied to clipboard
val allowWrite: Boolean = false
Link copied to clipboard
open override val name: String