mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Added ability to scan library in SettingsFragment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
public interface ScanCallback {
|
||||
|
||||
void onError(Exception exception);
|
||||
|
||||
void onSuccess(boolean isScanning, long count);
|
||||
}
|
||||
Reference in New Issue
Block a user