Migration from an older version to v2.20.0
MobbScanAPI name
In previos versions, the api object was called MobbscanAPI
. From v2.20.0, the object is called MobbScanAPI
like in the native SDKs.
Error Handling
From v2.20.0, the plugin handles the error the same way as the native SDKs do. Please take a look to the error handling section for more information.
New init and startScan methods
v2.20.0 adds the method msInitAPI and msStartScan as default methods for initializing and starting the scanning process.
The old methods keep working properly, but they will not be maintained anymore.