LoadingState

sealed class LoadingState

LoadingState

The loading status of a value.

Since

5.0.0

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Failure @MsdkInternalApi constructor(val cause: Exception) : LoadingState
Link copied to clipboard