Refactoring splash screen
This commit is contained in:
@@ -11,7 +11,7 @@ public interface BarcodeReaderInterface {
|
||||
|
||||
boolean isRightAdapter();
|
||||
|
||||
void init(Runnable onDeviceReady) throws BarcodeAdapterNotFoundException;
|
||||
void init(Runnable onDeviceReady) throws BarcodeAdapterNotFoundException, Exception;
|
||||
|
||||
void deinit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user