Fairmatic Configuration
Creates a FairmaticConfiguration with the given sdk key, driver id and drive detection mode.
Parameters
The Fairmatic sdk key for this application.
Each driver using the application needs a unique Id. This same Id will be used in Fairmatic driver analytics services like the dashboard and API. The driver Id may be upto 64 characters long. Additionally, the driver Id needs to be websafe. You can use com.fairmatic.sdk.Fairmatic.isValidInputParameter to validate the driver Id. Passing an invalid id will cause the Fairmatic SDK setup to fail. This cannot be null.The driver id for this driver. This cannot be null.
The drive detection mode of the Fairmatic SDK. Cannot be null.
Throws: NullPointerException - if sdkKey or driverId is null.
Parameters
The Fairmatic sdk key for this application.
Each driver using the application needs a unique Id. This same Id will be used in Fairmatic driver analytics services like the dashboard and API. The driver Id may be upto 64 characters long. Additionally, the driver Id needs to be websafe. You can use com.fairmatic.sdk.Fairmatic.isValidInputParameter to validate the driver Id. Passing an invalid id will cause the Fairmatic SDK setup to fail. This cannot be null.The driver id for this driver. This cannot be null.
Throws: NullPointerException - if sdkKey or driverId is null.