ContactsPermission

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

Permission to access the users Contacts

Parameters

allowWrite

If true writing to the contacts 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