ScreenResourceResult

sealed class ScreenResourceResult<out T>

Represents the result of the screen resource.

Parameters

T

The type of the data.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

The loading state of the screen resource preparation.

Link copied to clipboard
class Success<T>(val data: T) : ScreenResourceResult<T>

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