UserPrivacyOptions constructor

UserPrivacyOptions(
  1. DataCollectionLevel dataCollectionLevel,
  2. bool crashReportingOptedIn
)

Constructor which initializes userPrivacyOptions

Implementation

UserPrivacyOptions(this.dataCollectionLevel, this.crashReportingOptedIn);