The PermissionManager class is an interface to check whether an application is allowed to access the location services.
More...
#include <permission_manager.h>
The PermissionManager class is an interface to check whether an application is allowed to access the location services.
Definition at line 50 of file permission_manager.h.
◆ Ptr
◆ Result
The Result enum summarizes the results of a query for permissions.
Enumerator |
---|
granted | The app is allowed to access the location service.
|
rejected | The app is not allowed to access the location service.
|
Definition at line 59 of file permission_manager.h.
◆ ~PermissionManager()
virtual com::lomiri::location::service::PermissionManager::~PermissionManager |
( |
| ) |
|
|
virtualdefault |
◆ PermissionManager() [1/2]
com::lomiri::location::service::PermissionManager::PermissionManager |
( |
const PermissionManager & |
| ) |
|
|
delete |
◆ PermissionManager() [2/2]
com::lomiri::location::service::PermissionManager::PermissionManager |
( |
| ) |
|
|
protecteddefault |
◆ check_permission_for_credentials()
virtual Result com::lomiri::location::service::PermissionManager::check_permission_for_credentials |
( |
const Criteria & |
criteria, |
|
|
const Credentials & |
credentials |
|
) |
| |
|
pure virtual |
◆ operator=()
The documentation for this class was generated from the following file: