Package com.getkeepsafe.relinker
Interface ReLinker.LibraryInstaller
-
- All Known Implementing Classes:
ApkLibraryInstaller
- Enclosing class:
- ReLinker
public static interface ReLinker.LibraryInstaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstallLibrary(Context context, String[] abis, String mappedLibraryName, File destination, ReLinkerInstance logger)
-
-
-
Method Detail
-
installLibrary
void installLibrary(Context context, String[] abis, String mappedLibraryName, File destination, ReLinkerInstance logger)
-
-