PermissionRequired

data class PermissionRequired(val permissions: List<String>) : ElepayError

The required permissions are not granted for the current payment processing.

Constructors

Link copied to clipboard
constructor(permissions: List<String>)

Properties

Link copied to clipboard

A list of permission strings that has not granted. The values of this list are the same as the ones in package android.Manifest.permission