Package-level declarations

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class TWSAttachment(val url: String, val contentType: TWSAttachmentType) : Parcelable

Represents a dynamic resource that can be injected into a WebView.

Link copied to clipboard

Enum class representing the types of injections that can be performed.

Link copied to clipboard

Represents the processing engine for rendering web content in the TWSView.

Link copied to clipboard
data class TWSSnippet(val id: String, val target: String, val headers: Map<String, String> = emptyMap(), val dynamicResources: List<TWSAttachment> = emptyList(), val props: Map<String, Any> = emptyMap(), val engine: TWSEngine = TWSEngine.NONE, val loadIteration: Int = 0) : Parcelable

Represents a web snippet that can be rendered in a TWSView.