We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0281c96 commit e1d97b5Copy full SHA for e1d97b5
ios/RNSourcepointCmp.swift
@@ -100,7 +100,7 @@ import React
100
}
101
102
public func rejectAll(_ campaignType: String) {
103
- consentManager?.rejectAll(campaignType: SPCampaignType(rawValue: campaignType))
+ consentManager?.rejectAll(campaignType: SPCampaignType(rawValue: campaignType == "gdpr" ? "GDPR" : campaignType ))
104
105
106
weak var rootViewController: UIViewController? {
0 commit comments