Package com. fondesa. kpermissions. request. runtime
Types
Runtime Permission Handler
Link copied to clipboard
Used to handle the runtime permissions since Android M. This component must persist across configuration changes because the permission request is partially handled by the OS.
Runtime Permission Handler Provider
Link copied to clipboard
Provides a RuntimePermissionHandler to manage runtime permissions since Android M.
Runtime Permission Request
Link copied to clipboard
class RuntimePermissionRequest(activity: Activity, permissions: Array<out String>, handler: RuntimePermissionHandler) : BasePermissionRequest, RuntimePermissionHandler.Listener
Content copied to clipboard
Implementation of BasePermissionRequest that checks the permissions since Android M. The checks on the permissions are delegated to the RuntimePermissionHandler provided to this request.