You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature of BarcodeManager.isInitialized() is
public boolean isInitialized()
yet its Javadoc talks about an int return value instead of a boolean
@return <code>int</code> {@link DecodeException#SUCCESS} in case of success,
otherwise a possible error code, matching one of the {@link DecodeException} error constants.
The text was updated successfully, but these errors were encountered:
The signature of BarcodeManager.isInitialized() is
yet its Javadoc talks about an int return value instead of a boolean
The text was updated successfully, but these errors were encountered: