BackgroundCheckConfiguration constructor
BackgroundCheckConfiguration(
- dynamic disableConsent,
- dynamic backgroundCheckType,
- dynamic monitoringEnabled,
- dynamic skipView,
Implementation
BackgroundCheckConfiguration(disableConsent, backgroundCheckType, monitoringEnabled, skipView) {
this.disableConsent = disableConsent;
this.backgroundCheckType = backgroundCheckType;
this.monitoringEnabled = monitoringEnabled;
this.skipView = skipView;
}