public class NativeIncidentDetailsService extends com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>
IncidentDetailsResponse and a query passed as IncidentDetailsQuery.| Constructor and Description |
|---|
NativeIncidentDetailsService(java.lang.String server,
java.lang.String apiVersion,
java.lang.String apiKey,
java.lang.String sdkVersion,
java.lang.String applicationClientId,
java.lang.String applicationClientVersion)
Creates an instance of NativeIncidentDetailsService using the provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel(long handle) |
protected long |
construct(java.lang.String server,
java.lang.String apiVersion,
java.lang.String apiKey) |
protected void |
destruct(long handle) |
protected void |
initializeAnalytics(long handle,
java.lang.String sdkVersion,
java.lang.String applicationClientId,
java.lang.String applicationClientVersion) |
protected IncidentDetailsResponse |
requestSync(long handle,
long queryHandle) |
public NativeIncidentDetailsService(java.lang.String server,
java.lang.String apiVersion,
java.lang.String apiKey,
java.lang.String sdkVersion,
java.lang.String applicationClientId,
java.lang.String applicationClientVersion)
NativeService class.server - URI of the server.apiVersion - Version of the TomTom API to perform requests against.apiKey - TomTom API Key.sdkVersion - Version of the TomTom SDK used.applicationClientId - Client id used for STE analytics.applicationClientVersion - Client version used for STE analytics.protected long construct(java.lang.String server,
java.lang.String apiVersion,
java.lang.String apiKey)
construct in class com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>protected void cancel(long handle)
cancel in class com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>protected void destruct(long handle)
destruct in class com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>@NonNull protected IncidentDetailsResponse requestSync(long handle, long queryHandle)
requestSync in class com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>protected void initializeAnalytics(long handle,
java.lang.String sdkVersion,
java.lang.String applicationClientId,
java.lang.String applicationClientVersion)
initializeAnalytics in class com.tomtom.online.sdk.common.service.NativeService<IncidentDetailsResponse,IncidentDetailsQuery>