DropletPermissionStatus

Whether the host currently holds a system permission.

enum DropletPermissionStatus

Cases

DropletPermissionStatus.granted

case granted

Granted; the capability can be used now.

DropletPermissionStatus.notDetermined

case notDetermined

Not yet asked for.

DropletPermissionStatus.denied

case denied

The user said no. Send them to System Settings rather than re-asking.

DropletPermissionStatus.unavailable

case unavailable

The host cannot use this permission at all in its current configuration.