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