mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 15:33:36 +00:00
Fix notification bitmap and progressbar
This commit is contained in:
@@ -13,6 +13,8 @@ public interface Playback {
|
||||
|
||||
boolean isPlaying();
|
||||
|
||||
boolean isLoading();
|
||||
|
||||
void start();
|
||||
|
||||
void pause();
|
||||
@@ -30,10 +32,10 @@ public interface Playback {
|
||||
int getVolume();
|
||||
|
||||
interface PlaybackCallbacks {
|
||||
void onTrackStarted();
|
||||
void onStateChanged(int state);
|
||||
|
||||
void onTrackWentToNext();
|
||||
void onReadyChanged(boolean ready, int reason);
|
||||
|
||||
void onTrackEnded();
|
||||
void onTrackChanged(int reason);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user