InitOptions

data class InitOptions(val customTag: String? = null, val wrapperInfo: WrapperInfo? = null, val uploadTimeoutMillis: Long = DEFAULT_UPLOAD_TIMEOUT_MILLIS)

Constructors

Link copied to clipboard
constructor(customTag: String? = null, wrapperInfo: WrapperInfo? = null, uploadTimeoutMillis: Long = DEFAULT_UPLOAD_TIMEOUT_MILLIS)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customTag: String? = null
Link copied to clipboard

Maximum time in milliseconds allowed per attempt when uploading a single captured image. Read once when io.anyline.tiretread.sdk.AnylineTireTreadSdk is initialized; later changes require a re-init to take effect. Defaults to DEFAULT_UPLOAD_TIMEOUT_MILLIS.

Link copied to clipboard