Hi, we have an app that's trying to create different spatial references with the Android Esri SDK. I'm using the newest version com.esri.arcgisruntime:arcgis-android:100.15.6. Upgrading the version helped me using most of the required WKID's when calling SpatialReference.create(wkid), however it's still failing for ITRF2020 WKID 9990 (and 9988, 9989). Why is this, I can see it listed in this document
https://developers.arcgis.com/rest/services-reference/enterprise/8defcc2fdb2c99232e8ac6ae649ae57d/gcs_pdf_11.4.pdf
Is there a specific document that outlies which WKID values are actually valid for the ESRI Android Runtime SDK?
Also what can I be using instead for the closest match, I'm guessing ITRF2014 (WKID 7912) which does work after updating?
Thanks,