ServerStartedCallback (API Reference)
Interface ServerStartedCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This method will be called on the main thread when ExternalMapDataSourceServer.start(java.lang.String, com.here.sdk.core.engine.SDKNativeEngine, com.here.sdk.maploader.remote.connection.SslServerCredentialsOptions, com.here.sdk.maploader.remote.connection.ServerStartedCallback)
has been completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonServerStarted(ExternalMapDataSourceErrorCode errorCode) This method will be called on the main thread whenExternalMapDataSourceServer.start(java.lang.String, com.here.sdk.core.engine.SDKNativeEngine, com.here.sdk.maploader.remote.connection.SslServerCredentialsOptions, com.here.sdk.maploader.remote.connection.ServerStartedCallback)has been completed.
-
Method Details
-
onServerStarted
This method will be called on the main thread when
ExternalMapDataSourceServer.start(java.lang.String, com.here.sdk.core.engine.SDKNativeEngine, com.here.sdk.maploader.remote.connection.SslServerCredentialsOptions, com.here.sdk.maploader.remote.connection.ServerStartedCallback)has been completed.- Parameters:
errorCode-Represents the operation status. It is 'null' for an operation that succeeds.
-