Skip to content

Commit

Permalink
Marks 'isCoppaEnabled' as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanylov-sigma committed Jan 29, 2025
1 parent 8cfe637 commit 364e0d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
*/
public class PrebidMobile {

/**
* In the upcoming major release, the property will be removed.
*/
@Deprecated
public static boolean isCoppaEnabled = false;
public static boolean useExternalBrowser = false;

Expand Down

0 comments on commit 364e0d3

Please sign in to comment.