Class InitProvider

  • java.lang.Object
    • com.here.sdk.engine.InitProvider

  • public class InitProvider
    extends java.lang.Object
    Performs global initialization of the SDK. Normally this class is not needed because initialization of the SDK must be done automatically during the first access to SDKOptions or SDKNativeEngine. 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 void initialize​(android.content.Context appContext)
      Loads HERE dynamic libraries and sets up initial and global states.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitProvider

        public InitProvider()
    • Method Detail

      • initialize

        public static void initialize​(@NonNull
                                      android.content.Context appContext)
        Loads HERE dynamic libraries and sets up initial and global states.
        Parameters:
        appContext - The Android context.