Companion

object Companion : KSerializer<BackgroundType>

Types

Link copied to clipboard
@Serializable
data class RawBackgroundType(    val type: String,     val fill: BackgroundFill? = null,     val darkThemeDimming: Progress? = null,     val document: DocumentFile? = null,     val isBlurred: Boolean = false,     val isMoving: Boolean = false,     val intensity: Progress? = null,     val isInverted: Boolean = false,     val themeName: String? = null)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): BackgroundType
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: BackgroundType)