General information
Allow application to request access to permissions from user.
The application can check whether the access is granted with method users.hasAppPermission.
Method signature
Where:
- permissions - list of requested permissions
Example usage
Permissions request
Permissions check
Callback example
Callback if permissions were granted
method: “showPermissions”
result: “ok”
data: “null”
Callback if user cancelled an action
Callback for this action is not implemented yet