what-the-bank/sources/com/kofax/mobile/sdk/extract/id/bundle/IBundleCacheProvider.java

19 lines
501 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.extract.id.bundle;
import java.io.File;
/* loaded from: classes3.dex */
public interface IBundleCacheProvider {
File cacheProject(String str, IBundle iBundle, String str2);
File cacheVariant(String str, String str2, IBundle iBundle, String str3);
String getLatestModelDataBuildInfo(String str);
String getLatestVersionForProject(String str);
File getProject(String str, String str2);
File getVariant(String str, String str2, String str3);
}