Skip to content

Commit

Permalink
1001 remove or deprecate ios buyeruid and android setbuyerid (#1045)
Browse files Browse the repository at this point in the history
* Removed buyerUID

* Revert "Removed buyerUID"

This reverts commit 708702a.

* Marks property as deprecated.

---------

Co-authored-by: Maksym Danylov <maksym.danylov@sigma.software>
  • Loading branch information
jsligh and mdanylov-sigma authored Jan 30, 2025
1 parent 4622ea5 commit c1b33a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PrebidMobile/ConfigurationAndTargeting/Targeting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ public class Targeting: NSObject {
}

/// Buyer-specific ID for the user as mapped by the exchange for the buyer.
/// Deprecated.
@available(*, deprecated, message: "This property is deprecated. In the upcoming major release, the property will be removed.")
public var buyerUID: String?

/**
Expand Down

0 comments on commit c1b33a9

Please sign in to comment.