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 91e634a commit 47cc7a3Copy full SHA for 47cc7a3
ios/RNSourcepointCmp.swift
@@ -72,8 +72,7 @@ import React
72
consentManager?.loadGlobalCmpPrivacyManager(withId: pmId)
73
}
74
75
- public func loadPreferenceCenter(_ id: String)
76
- {
+ public func loadPreferenceCenter(_ id: String) {
77
consentManager?.loadPreferenceCenter(withId: id)
78
79
ios/ReactNativeCmp.mm
@@ -98,8 +98,6 @@ - (void)loadPreferenceCenter:(nonnull NSString *)id {
98
[sdk loadPreferenceCenter: id];
99
100
101
-
102
103
// MARK: SPDelegate
104
- (void)onAction:(RNAction*)action {
105
[self emitOnAction: [action toDictionary]];
0 commit comments