toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcore
/
io.mimi.sdk.core.common
/
LoadingState
Loading
State
sealed
class
LoadingState
LoadingState
The loading status of a value.
Since
5.0.0
Inheritors
InProgress
Done
Failure
Members
Types
Done
Link copied to clipboard
object
Done
:
LoadingState
Failure
Link copied to clipboard
data
class
Failure
@
MsdkInternalApi
constructor
(
val
cause
:
Exception
)
:
LoadingState
In
Progress
Link copied to clipboard
object
InProgress
:
LoadingState