Class Threading
Package com.here.sdk.core.threading
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlatformThreadinggetPlatformThreading()Returns threading bridge which was set before.static voidsetPlatformThreading(PlatformThreading platformThreading)Sets threading bridge which is used for interaction with the platform side.
-
-
-
Method Detail
-
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.
-
-