Class Threading

java.lang.Object
com.here.NativeBase
com.here.sdk.core.threading.Threading

public final class Threading extends NativeBase

Initializes threading support on native side.

  • Method Details

    • setPlatformThreading

      public static void setPlatformThreading(@NonNull PlatformThreading platformThreading)

      Sets threading bridge which is used for interaction with the platform side.

      Parameters:
      platformThreading -

      Platform threading bridge which should be implemented on the platform side.

    • getPlatformThreading

      @NonNull public static PlatformThreading getPlatformThreading()

      Returns threading bridge which was set before.

      Returns:

      Current platform threading bridge.