Runtime Permission Request
Implementation of BasePermissionRequest that checks the permissions since Android M. The checks on the permissions are delegated to the RuntimePermissionHandler provided to this request.
Parameters
the Activity used to check the permissions status.
the set of permissions that must be checked.
the RuntimePermissionHandler which all checks on permissions are delegated to.
Constructors
Functions
Adds a Listener which will be notified when the permissions request sent with send ends.
Checks the status of permissions of this request without sending it. Below API 23, this method and send should have the same behavior since the permissions status can be checked without sending a runtime request. Below API 23, the possible status are:
Notified when the permissions request ended and a status for each permission is available.
Removes all the listeners added to this request.
Removes a Listener added with addListener which should not be notified anymore.