Skip to content

SDK-412 UUA Naming inconsistencies#1049

Open
joaodordio wants to merge 1 commit intomasterfrom
fix/SDK-412-UUA-Naming-inconsistencies
Open

SDK-412 UUA Naming inconsistencies#1049
joaodordio wants to merge 1 commit intomasterfrom
fix/SDK-412-UUA-Naming-inconsistencies

Conversation

@joaodordio
Copy link
Copy Markdown
Member

@joaodordio joaodordio commented Apr 28, 2026

🔹 Jira Ticket(s) if any

✏️ Description

Final piece of the cross-SDK Unknown User Activation (UUA) naming alignment. Android was already consistent with the locked convention everywhere except this one method.

Change

  • UnknownUserManager.getCriteria() is now getUnknownCriteria(). Method is package-private, so all three call sites (two in IterableApi.java, one self-call inside UnknownUserManager.java) are updated in this PR. No deprecated alias needed since there are no external consumers.

Everything else (config flag setEnableUnknownUserActivation, mergeOnUnknownToKnown, itbl_userid_unknown, itbl_unknown_sessions, session JSON field names, eventType discriminator) was already correct per the audit.

Tests

Existing IterableApiCriteriaFetchTests exercises the renamed method through the public API by asserting on the criteria endpoint hit, so coverage is unchanged.

@joaodordio joaodordio force-pushed the fix/SDK-412-UUA-Naming-inconsistencies branch from 6786581 to fb254cc Compare April 29, 2026 00:08
@joaodordio joaodordio marked this pull request as ready for review May 5, 2026 16:12
Copy link
Copy Markdown
Contributor

@franco-zalamena-iterable franco-zalamena-iterable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants