Skip to content

Commit edf98a3

Browse files
committed
iOS Fyber 8.21 -> 8.22
1 parent aa08386 commit edf98a3

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

ios/fyber-sdk-lib/FYBUser.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,22 @@
217217
*/
218218
- (void)setGDPRConsent:(BOOL)gdprConsent;
219219

220+
/**
221+
* Sets the consent data.
222+
*
223+
* @param gdprConsentData The consent data
224+
*
225+
* @since v8.22.0
226+
*/
227+
- (void)setGDPRConsentData:(NSDictionary<NSString *, NSString *> *)gdprConsentData;
228+
229+
/**
230+
* Clears the consent data of the user.
231+
*
232+
* @since v8.22.0
233+
*/
234+
- (void)clearGDPRConsentData;
235+
220236
///-------------------------
221237
/// Getters
222238
///-------------------------

ios/fyber-sdk-lib/FYB_SDK_versions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
//
66

77
static const NSInteger FYBSDKReleaseVersionNumberMajor = 8;
8-
static const NSInteger FYBSDKReleaseVersionNumberMinor = 21;
8+
static const NSInteger FYBSDKReleaseVersionNumberMinor = 22;
99
static const NSInteger FYBSDKReleaseVersionNumberPatch = 0;

0 commit comments

Comments
 (0)