Class SDKLibraryLoader
Package com.here.sdk.core
Class SDKLibraryLoader
- java.lang.Object
-
- com.here.sdk.core.SDKLibraryLoader
-
public final class SDKLibraryLoader extends java.lang.ObjectLoads HERE SDK native libraries. Usually it's instantiated automatically during the initialisation of SDK, but can be used in client code for optimisation of launch time.
-
-
Constructor Summary
Constructors Constructor Description SDKLibraryLoader(java.lang.String functionalityName)Reads and loads list of libraries related to given functionality.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]getLibrariesToLoad(java.lang.String functionalityName)Returns list of libraries to load
-