Restore waiting for analysis

This commit is contained in:
M66B
2022-07-29 11:20:16 +02:00
parent 2fc6e5d603
commit 0fa73cc733
3 changed files with 26 additions and 17 deletions

View File

@@ -39,10 +39,13 @@ public class VirusTotal {
return null;
}
static Bundle upload(Context context, File file, String apiKey, Runnable analyzing) {
static String upload(Context context, File file, String apiKey) {
return null;
}
static void waitForAnalysis(Context context, String id, String apiKey) {
}
public static class ScanResult implements Parcelable {
public String name;
public String category;