TSIdoInitOptions

data class TSIdoInitOptions(    val serverPath: String,     val applicationId: String,     val pollingTimeout: Int? = null)

Parameters for SDK initialization

Constructors

Link copied to clipboard
fun TSIdoInitOptions(    serverPath: String,     applicationId: String,     pollingTimeout: Int? = null)

Properties

Link copied to clipboard
val applicationId: String

is the application id. This is the application id that was created in the Transmit Security orchestration server console.

Link copied to clipboard
val pollingTimeout: Int? = null
Link copied to clipboard
val serverPath: String

is the base path for sending API requests. This would be the base URL of the orchestration server.