Class InitProvider
Package com.here.sdk.engine
Class InitProvider
- java.lang.Object
-
- com.here.sdk.engine.InitProvider
-
public class InitProvider extends java.lang.ObjectPerforms global initialization of the SDK. Normally this class is not needed because initialization of the SDK must be done automatically during the first access toSDKOptionsorSDKNativeEngine. However in some cases it's more convenient to initialize SDK explicitly with this class. For example in integration tests where hard to predict the order of access to SDK.
-
-
Constructor Summary
Constructors Constructor Description InitProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinitialize(android.content.Context appContext)Loads HERE dynamic libraries and sets up initial and global states.
-