PermissionRefreshScheduler
constructor(currentAuthorizationStatusProvider: CurrentAuthorizationStatusProvider, authorizationStatusHandler: AuthorizationStatusHandler, coroutineScope: <Error class: unknown class>)
Parameters
currentAuthorizationStatusProvider
The CurrentAuthorizationStatusProvider used for getting the IOSPermissionsHelper.AuthorizationStatus of the permission.
authorizationStatusHandler
AuthorizationStatusHandler that is notified when changes to a permission occurs.
coroutineScope
The CoroutineScope on which to run the checks.