Package-level declarations

Types

Link copied to clipboard
class PermissionDeniedException(permission: String = "Location") : PermissionException

The user denied the permission request.

Link copied to clipboard

The user denied the permission request and selected "Don't ask again".

Link copied to clipboard

Defines an exception that is related to Geolocation permissions.

Link copied to clipboard

Permissions is missing and we will not attempt to request the permission.

Link copied to clipboard
class PermissionRequestException(message: String, permission: String = "Location") : PermissionException

An error occurred while requesting a permission.