Package-level declarations

Types

Link copied to clipboard
interface Document : Mappable
Link copied to clipboard
Link copied to clipboard
interface Error
Link copied to clipboard
fun interface ErrorHandler

Interface for handling errors within the SDK

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface File : Mappable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Hideable
Link copied to clipboard
Link copied to clipboard
interface Mappable
Link copied to clipboard
interface Page : Hideable, Mappable
Link copied to clipboard
expect object ResourceLoader

Platform-specific resource loader for accessing schema files

actual object ResourceLoader

iOS implementation of ResourceLoader using NSBundle

actual object ResourceLoader

iOS implementation of ResourceLoader using NSBundle

actual object ResourceLoader

JVM implementation of ResourceLoader using ClassLoader

actual object ResourceLoader

Linux implementation of ResourceLoader

actual object ResourceLoader

iOS implementation of ResourceLoader using NSBundle

actual object ResourceLoader

iOS implementation of ResourceLoader using NSBundle

Link copied to clipboard
enum Stage : Enum<Stage>
Link copied to clipboard
interface Type
Link copied to clipboard
interface View : Mappable

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
inline fun String.toDocument(): Document
inline fun JsonObject.toDocument(): Document
Link copied to clipboard
Link copied to clipboard
inline fun MutableMap<String, Any?>.toField(): Field
Link copied to clipboard
Link copied to clipboard
inline fun MutableMap<String, Any?>.toPage(): Page
Link copied to clipboard
Link copied to clipboard
inline fun MutableMap<String, Any?>.type(): Type