Get SCiO Version

There are a few versions of SCiO, and models might be compatible across versions, but with degraded performance. As a developer, you may want to verify which SCiO version is used and block or approve its spectra prior to analysis.

The following code sample checks for the SCiO version:

getScioCloud().getScioVersion(“MySCiOId”, new ScioCloudSCiOVersionCallback() {
   @Override
   public void onSuccess(final String scioVersion) {
   }

   @Override
   public void onError(int code, String message) {
   }
});