Skip to content

Commit 601d5bf

Browse files
update XCFramework
1 parent 8e0e9cb commit 601d5bf

33 files changed

+133
-72
lines changed

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Headers/ConsentViewController-Swift.h

+22-2
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,20 @@ SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_")
506506
/// Parameters:
507507
/// </li>
508508
/// <li>
509-
/// consents: is the consent profile
509+
/// userData: is the consent profile
510510
/// </li>
511511
/// </ul>
512512
- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData;
513+
/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done.
514+
/// <ul>
515+
/// <li>
516+
/// Parameters:
517+
/// </li>
518+
/// <li>
519+
/// userData: is the consent profile
520+
/// </li>
521+
/// </ul>
522+
- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData;
513523
/// called if something goes wrong during the entire lifecycle of the SDK
514524
- (void)onErrorWithError:(SPError * _Nonnull)error;
515525
@end
@@ -1412,10 +1422,20 @@ SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_")
14121422
/// Parameters:
14131423
/// </li>
14141424
/// <li>
1415-
/// consents: is the consent profile
1425+
/// userData: is the consent profile
14161426
/// </li>
14171427
/// </ul>
14181428
- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData;
1429+
/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done.
1430+
/// <ul>
1431+
/// <li>
1432+
/// Parameters:
1433+
/// </li>
1434+
/// <li>
1435+
/// userData: is the consent profile
1436+
/// </li>
1437+
/// </ul>
1438+
- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData;
14191439
/// called if something goes wrong during the entire lifecycle of the SDK
14201440
- (void)onErrorWithError:(SPError * _Nonnull)error;
14211441
@end

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/armv7-apple-ios.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_armv7/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/armv7.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h

+33-3
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,20 @@ SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_")
506506
/// Parameters:
507507
/// </li>
508508
/// <li>
509-
/// consents: is the consent profile
509+
/// userData: is the consent profile
510510
/// </li>
511511
/// </ul>
512512
- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData;
513+
/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done.
514+
/// <ul>
515+
/// <li>
516+
/// Parameters:
517+
/// </li>
518+
/// <li>
519+
/// userData: is the consent profile
520+
/// </li>
521+
/// </ul>
522+
- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData;
513523
/// called if something goes wrong during the entire lifecycle of the SDK
514524
- (void)onErrorWithError:(SPError * _Nonnull)error;
515525
@end
@@ -1412,10 +1422,20 @@ SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_")
14121422
/// Parameters:
14131423
/// </li>
14141424
/// <li>
1415-
/// consents: is the consent profile
1425+
/// userData: is the consent profile
14161426
/// </li>
14171427
/// </ul>
14181428
- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData;
1429+
/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done.
1430+
/// <ul>
1431+
/// <li>
1432+
/// Parameters:
1433+
/// </li>
1434+
/// <li>
1435+
/// userData: is the consent profile
1436+
/// </li>
1437+
/// </ul>
1438+
- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData;
14191439
/// called if something goes wrong during the entire lifecycle of the SDK
14201440
- (void)onErrorWithError:(SPError * _Nonnull)error;
14211441
@end
@@ -2318,10 +2338,20 @@ SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_")
23182338
/// Parameters:
23192339
/// </li>
23202340
/// <li>
2321-
/// consents: is the consent profile
2341+
/// userData: is the consent profile
23222342
/// </li>
23232343
/// </ul>
23242344
- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData;
2345+
/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done.
2346+
/// <ul>
2347+
/// <li>
2348+
/// Parameters:
2349+
/// </li>
2350+
/// <li>
2351+
/// userData: is the consent profile
2352+
/// </li>
2353+
/// </ul>
2354+
- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData;
23252355
/// called if something goes wrong during the entire lifecycle of the SDK
23262356
- (void)onErrorWithError:(SPError * _Nonnull)error;
23272357
@end

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/i386-apple-ios-simulator.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/i386.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

XCFramework/ConsentViewController.xcframework/ios-arm64_i386_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64.swiftinterface

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessa
166166
@objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage)
167167
@objc func onSPUIFinished(_ controller: UIKit.UIViewController)
168168
@objc optional func onConsentReady(userData: ConsentViewController.SPUserData)
169+
@objc optional func onSPFinished(userData: ConsentViewController.SPUserData)
169170
@objc optional func onError(error: ConsentViewController.SPError)
170171
}
171172
@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate {

0 commit comments

Comments
 (0)