I think most of the methods and events will still work, except copying files to the external storage (outside the ASD) on devices with Android ≥ 10, because WRITE permission does no longer exist (with targetSdk = 30).
But DefaultFileScope must be set to Legacy (otherwise you will not be able to ask for READ / WRITE permissions for Android versions from 4.4 - 9, API 19 - 28).