Skip to content

Commit

Permalink
Updated comments - params description.
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Feb 5, 2024
1 parent f0fd246 commit efe70e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BranchSDK/Branch.h
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ extern NSString * __nonnull const BNCSpotlightFeature;
Sets the value of parameters required by Google Conversion APIs for DMA Compliance in EEA region.
@param eeaRegion -(BOOL) If the user is in EEA region
@param adPersonalizationConsent - (BOOL) if user has given consent for ad personalization
@param adUserDataUsageConsent - (BOOL) if user has given consent for using user data for advertisement purpose.
@param eeaRegion -(BOOL) If European regulations, including the DMA, apply to this user and conversion.
@param adPersonalizationConsent - (BOOL) If End user has granted/denied ads personalization consent.
@param adUserDataUsageConsent - (BOOL) If User has granted/denied consent for 3P transmission of user level data for ads
*/
+ (void) setDMAParamsForEEA:(BOOL) eeaRegion AdPersonalizationConsent:(BOOL) adPersonalizationConsent AdUserDataUsageConsent:(BOOL) adUserDataUsageConsent;

Expand Down

0 comments on commit efe70e0

Please sign in to comment.