LifecycleEntity

Constructors

Link copied to clipboard
fun LifecycleEntity(isVisible: Boolean)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun index(index: Int?): LifecycleEntity
Link copied to clipboard
fun setData(selfDescribingJson: SelfDescribingJson?): SelfDescribingJson

Allows us to add data from one SelfDescribingJson into another without copying over the Schema.

Adds data to the SelfDescribingJson

Link copied to clipboard

Sets the Schema for the SelfDescribingJson

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val map: Map<String, Any?>