Esempio n. 1
0
 public ConsentManagerException()
 {
     consentManagerException = ConsentManagerClientFactory.GetConsentManagerException();
 }
Esempio n. 2
0
 public Builder(string customVen, string customVendor, string httpsCustomVendorCom)
 {
     nativeVendorBuilder =
         ConsentManagerClientFactory.GetVendorBuilder(customVen, customVendor, httpsCustomVendorCom);
 }
Esempio n. 3
0
 private ConsentManager()
 {
     nativeConsentManager = ConsentManagerClientFactory.GetConsentManager();
 }
Esempio n. 4
0
 public Builder()
 {
     nativeConsentFormBuilder = ConsentManagerClientFactory.GetConsentFormBuilder();
 }