mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-05-27 08:02:17 +00:00
android: add missing file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.eko;
|
||||
|
||||
public interface ProgressCallback {
|
||||
void onProgress(String configId, int bytesDownloaded, int bytesTotal);
|
||||
}
|
||||
Reference in New Issue
Block a user