UserPrivacyOptions constructor

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

Implementation

UserPrivacyOptions(
    DataCollectionLevel dataCollectionLevel, bool crashReportingOptedIn)
    : this.crashReportingOptedIn = crashReportingOptedIn,
      this.dataCollectionLevel = dataCollectionLevel;