CustomImage

data class CustomImage(var uri: String) : IntroImage

A custom image for the introduction screen.

Constructors

Link copied to clipboard
constructor(uri: String)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard
var uri: String

The web or file URI to the image.

Functions

Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JsonObject
Link copied to clipboard