Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:core:android
/
dev.atick.core.utils
/
Resource
/
Success
Success
class
Success
<
T
>
(
data
:
T
)
:
Resource
<
T
>
Represents a successful result with data.
Parameters
T
The type of data.
data
The data result of the operation.
Members
Constructors
Success
Link copied to clipboard
constructor
(
data
:
T
)
Properties
data
Link copied to clipboard
val
data
:
T
?
error
Link copied to clipboard
val
error
:
Throwable
?