Steerpath SDK for Android
Package Index
|
Class Index
com.steerpath.sdk.assettracking
com.steerpath.sdk.common
com.steerpath.sdk.directions
com.steerpath.sdk.domain.entities
com.steerpath.sdk.domain.repository
com.steerpath.sdk.geofence
com.steerpath.sdk.live
com.steerpath.sdk.location
com.steerpath.sdk.maps
com.steerpath.sdk.maps.defaults
com.steerpath.sdk.maps.model
com.steerpath.sdk.meta
com.steerpath.sdk.search
com.steerpath.sdk.storage
com.steerpath.sdk.telemetry
com.steerpath.sdk.utils
Interfaces
Preferences
SdkStartCallback
Classes
DeveloperOptions
OfflineBundle
PreferenceServices
SdkConfig
SdkConfig.Builder
SdkInfo
SteerpathClient
SystemStatus
Annotations
SdkConfig.BottomSheetState
SdkConfig.PermissionCheckTrigger
SdkConfig.ServiceRegion
SdkConfig.TelemetryBackgroundPolicy
SdkConfig.TelemetryBeaconLevel
SdkConfig.TelemetryLocationLevel
SystemStatus.DeviceStatus
SystemStatus.OperationStatus
SystemStatus.SdkStatus
Exceptions
MalformedOfflineBundleException
SdkLoadException
SdkNotStartedException
SdkNotStartedRuntimeException
UnauthorizedApiAccessRuntimeException
Package Index
|
Class Index
Summary:
Constants
|
Inherited Methods
|
[Expand All]
public static abstract @interface
SdkConfig.TelemetryBeaconLevel
implements Annotation
com.steerpath.sdk.common.SdkConfig.TelemetryBeaconLevel
Summary
Constants
String
ALL
See
TelemetryConfig
String
KNOWN
See
TelemetryConfig
String
NONE
See
TelemetryConfig
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
annotationType
()
abstract boolean
equals
(Object arg0)
abstract int
hashCode
()
abstract String
toString
()
Constants
public static final String
ALL
See
TelemetryConfig
Constant Value:
"all"
public static final String
KNOWN
See
TelemetryConfig
Constant Value:
"known"
public static final String
NONE
See
TelemetryConfig
Constant Value:
"none"