SinglePermissionDelegate
Permission delegate that handles sa single Android permission.
Functions
Link copied to clipboard
open fun checkPermissionStatus(@NonNull context: Context, @NonNull callback: Consumer<PermissionStatus>)
Checks the current status of the permission.
Link copied to clipboard
open fun requestPermission(@NonNull context: Context, @NonNull callback: Consumer<PermissionRequestResult>)
Called when the delegate should request permissions.