Package-level declarations
Types
MultiPermissionBuilder.
PermissionBuilder.
PermissionLauncher
PermissionRegister is for developers to call the requestPermission/requestMultiplePermissions API at any time. It will save an PermissionLauncher object for each Activity when it is created, so that permission requests can be made through this object. At the same time, the object will be destroyed when the corresponding Activity is destroyed. PermissionRegister will be initialized in ToolsConfig.
Properties
Functions
Obtain the corresponding PermissionLauncher from PermissionRegister.multiPermissionLauncherMap for permission request.
Activity requestMultiplePermissions.
Fragment requestMultiplePermissions.
Activity requestPermission.
Fragment requestPermission.
Obtain the corresponding PermissionLauncher from PermissionRegister.singlePermissionLauncherMap for permission request.