getFairmaticSettings

fun getFairmaticSettings(context: Context, fairmaticSettingsCallback: FairmaticSettingsCallback)

Get the current state of settings affecting the Fairmatic SDK's normal operation. This method returns a com.fairmatic.sdk.classes.FairmaticSettingError object that contains a list of errors and warnings that are affecting Fairmatic's ability to detect trips and perform other tasks.

Parameters

fairmaticSettingsCallback
  • The callback that is used to send the FairmaticSettingError object back to the application.