Nutrient 10.5 migration guide
This guide outlines the changes to Nutrient Android SDK 10.5.
Listeners
- The
ImmersiveModeCallbackinterface was renamed to the more accurateUiVisibleCallback. TheisImmersiveModeEnabledinterface method was changed toisUiVisible, and the meaning of the Boolean argument has been flipped. - All members of
com.pspdfkit.jetpack.compose.interactors.FormListenerwere renamed fromonAdd...toon.... Two new members were added as well:onIsFormElementClickableListenerandonPrepareFormElementSelection. - All the parameters of
com.pspdfkit.jetpack.compose.interactors.formListenerswere renamed fromonAdd...toon..., and parameters for the two newFormListenermembers were added.
Breaking API changes
- The
@Experimentalannotation has been removed in the SDK and can be safely removed from implementations.
For more information, refer to the changelog.