app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.utils
/
ProductInfoState
Product
Info
State
androidJvm
sealed
class
ProductInfoState
<
out
T
>
Content copied to clipboard
Created by Lobster on 10.03.18.
Types
Inheritors
Types
Data
Link copied to clipboard
androidJvm
data
class
Data
<
T
>
(
val
data
:
T
)
:
ProductInfoState
<
T
>
Content copied to clipboard
Empty
Link copied to clipboard
androidJvm
object
Empty
:
ProductInfoState
<
Nothing
>
Content copied to clipboard
Loading
Link copied to clipboard
androidJvm
object
Loading
:
ProductInfoState
<
Nothing
>
Content copied to clipboard
Inheritors
Loading
Link copied to clipboard
Empty
Link copied to clipboard
Data
Link copied to clipboard