Nutrient 10.3 migration guide
This guide outlines the changes to Nutrient Android SDK 10.3.
Breaking API changes
Content editing text ID format
We changed how text IDs are handled in the content editing system:
-
All text IDs used for content editing are now
String
values instead of UUIDs. -
This affects the method signatures in the
ContentEditingManager.OnContentEditingContentChangeListener
interface. -
It also impacts some classes, such as:
-
Content editing undo-related classes
These changes are straightforward — if you were using UUIDs for text IDs, simply switch to using String
values instead. If you haven’t interacted with these APIs directly, you’re likely unaffected.