get Fairmatic Settings
Get the current state of settings affecting the Fairmatic SDK's normal operation. If the SDK is set up, this async method returns a com.fairmatic.sdk.classes.FairmaticSettings object that contains a list of errors and warnings that are affecting Fairmatic's ability to detect trips and perform other tasks.
If the SDK is not set up, the com.fairmatic.sdk.classes.FairmaticSettings object returned is NULL.
The application should call this method when the SDK reports errors via the com.fairmatic.sdk.classes.FairmaticBroadcastReceiver.onFairmaticSettingsConfigChanged callback. All errors must be resolved by the application before trip detection can continue.
Parameters
fairmatic Settings Callback
The callback that is used to send the FairmaticSettings object back to the application.