chore: Remove deprecated KitIntegration.getUserIdentities()#681
Conversation
PR SummaryMedium Risk Overview Updates the dataplan identity-blocking instrumentation test to validate filtered identities via Written by Cursor Bugbot for commit 1cd7707. This will update automatically on new commits. Configure here. |
Made-with: Cursor
…ities removal Use getCurrentUser()?.userIdentities instead of removed kit-level API. Made-with: Cursor
e0a1e2a to
1cd7707
Compare
|



Background
Remove the deprecated
KitIntegration.getUserIdentities()API from android-kit-base. The method was deprecated in favor of identity data passed through kit callbacks; in-repo kit sources underkits/**/src/maindo not call this method.What Has Changed
getUserIdentities()fromKitIntegration(android-kit-base).Breaking change: External/custom kits that still call this method must migrate to the supported identity APIs exposed on kit integration callbacks and request objects.
Screenshots / Video
N/A (SDK API change only).
Checklist
Additional Notes
Made with Cursor