Nutrient 2024.6 migration guide
This guide outlines the changes to Nutrient Android SDK 2024.6.
API changes
-
The
PdfFragment
save
method has changed to not show the saving spinner, as we’ve had very rare file corruption issues when running this operation on a background thread.save
now blocks until saving has completed. We addedsaveAsync
, which does the same thing as the previoussave
method. -
Annotation
has a newgetFillAlpha
method, which retrieves a separate alpha value if an annotation has a different fill alpha than itsalpha
. This value can only be set with an API for now. If you need to be able to adjust it via the user interface (UI), contact our Support team.