Success

class Success<T>(val data: T) : ScreenResourceResult<T>

The success state of the screen resource preparation, with the T type data.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(data: T)

Properties

Link copied to clipboard
val data: T