open class AppPermissionHandler : PermissionHandler
The default Application permission handler.
| AppPermissionHandler(activity: Activity!)Instantiates a new App permission handler. | 
| static val DELAY_TO_COLLECT_PERMISSIONS_TO_ASK_MILLIS: IntDelay to collect permissions to ask before requesting them. | |
| static var PERMISSION_REQUEST_ID: IntThe id of the permission request. | 
| open fun addLocationChecker(): AndroidPermissionCheckerMethod creates new instance of  | |
| open fun addWriteSDCardCheck(): AndroidPermissionCheckerMethod returns new instance of  | |
| open fun askForNotGrantedPermissions(): Unitopen fun askForNotGrantedPermissions(callback: PermissionHandler.PermissionCallback!): Unit | |
| open fun getAndroidPermissionCheckersBuilder(): Builder<AndroidPermissionChecker!>Getter for a builder of permission checkers list. |