on Fairmatic Settings Config Changed
abstract fun onFairmaticSettingsConfigChanged(context: Context, errorsFound: Boolean, warningsFound: Boolean)
This method is called when the Fairmatic SDK detects a change in device settings that affects trip detection or the normal functioning of the SDK. The user should call com.fairmatic.sdk.Fairmatic.getFairmaticSettings to get detailed error information.
@param context - The context in which the receiver is running. @param errorsFound - True if errors are present that affect trip detection. False if errors are resolved. @param warningsFound - True if warnings are present that affect the normal functioning of the SDK. False otherwise.