File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// /-------------------------
Original file line number Diff line number Diff line change 55//
66
77static const NSInteger FYBSDKReleaseVersionNumberMajor = 8 ;
8- static const NSInteger FYBSDKReleaseVersionNumberMinor = 21 ;
8+ static const NSInteger FYBSDKReleaseVersionNumberMinor = 22 ;
99static const NSInteger FYBSDKReleaseVersionNumberPatch = 0 ;
You can’t perform that action at this time.
0 commit comments