Contour-Document-Imaging / contours-ai-example

Sample code for Contours AI implementations
Other
0 stars 0 forks source link

Compile time issue with super keyword #39

Closed faraz-ahmad-uft closed 2 months ago

faraz-ahmad-uft commented 2 months ago

It is observed that Contour AI SDK throws an error when any callback method is implemented using super keyword.

Super

SDK Version: 1.10.0 Platform: Android

faraz-ahmad-uft commented 2 months ago

Do not use super keyword while implementing the callback method.

Although we will be fixing this issue in the upcoming release.

faraz-ahmad-uft commented 2 months ago

This issue has been fixed in v1.10.2 release.

Closing the issue.