Threading (API Reference)
Package com.here.sdk.core.threading
Class Threading
java.lang.Object
com.here.NativeBase
com.here.sdk.core.threading.Threading
Initializes threading support on native side.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformThreadingReturns threading bridge which was set before.static voidsetPlatformThreading(PlatformThreading platformThreading) Sets threading bridge which is used for interaction with the platform side.
-
Method Details
-
setPlatformThreading
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
Returns threading bridge which was set before.
- Returns:
Current platform threading bridge.
-