UseCaseStateData

data class UseCaseStateData(val visible: Boolean, val embedded: Boolean) : Serializable

Data class that stores the important information of the current state and can be used by the Saver to save and restore the state.

Constructors

Link copied to clipboard
constructor(visible: Boolean, embedded: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard