public static abstract class
CronetEngine.Builder.LibraryLoader
extends Object
A class which provides a method for loading the cronet native library. Apps needing to
implement custom library loading logic can inherit from this class and pass an instance
to setLibraryLoader(CronetEngine.Builder.LibraryLoader)
. For example, this might be required
to work around UnsatisfiedLinkError
s caused by flaky installation on certain
older devices.
Public Constructor Summary
Public Method Summary
abstract void |
Inherited Method Summary
Public Constructors
public CronetEngine.Builder.LibraryLoader ()
Public Methods
public abstract void loadLibrary (String libName)
Loads the native library.
Parameters
libName | name of the library to load |
---|