SDKLibraryLoader (API Reference)
Package com.here.sdk.core
Class SDKLibraryLoader
java.lang.Object
com.here.sdk.core.SDKLibraryLoader
Loads 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
ConstructorsConstructorDescriptionSDKLibraryLoader(String functionalityName) Reads and loads list of libraries related to given functionality. -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]getLibrariesToLoad(String functionalityName) Returns list of libraries to load
-
Constructor Details
-
SDKLibraryLoader
Reads and loads list of libraries related to given functionality.- Parameters:
functionalityName- Functionality name. Currently "SDK" must always be passed.
-
-
Method Details
-
getLibrariesToLoad
Returns list of libraries to load- Parameters:
functionalityName- Functionality name. Currently "SDK" must always be passed.- Returns:
- list of libraries.
-