BackgroundCheckConfiguration constructor

BackgroundCheckConfiguration(
  1. dynamic disableConsent,
  2. dynamic backgroundCheckType,
  3. dynamic monitoringEnabled,
  4. dynamic skipView,
)

Implementation

BackgroundCheckConfiguration(disableConsent, backgroundCheckType, monitoringEnabled, skipView) {
  this.disableConsent = disableConsent;
  this.backgroundCheckType = backgroundCheckType;
  this.monitoringEnabled = monitoringEnabled;
  this.skipView = skipView;
}