toggle menu
StudyPlanet
androidJvm
switch theme
search in API
StudyPlanet
/
com.qwict.studyplanetandroid.data.remote.dto
/
DiscoverActionResponseDto
Discover
Action
Response
Dto
data
class
DiscoverActionResponseDto
(
val
hasFoundNewPlanet
:
Boolean
,
val
planet
:
PlanetDto
?
,
val
experience
:
Int
)
Members
Members & Extensions
Constructors
Discover
Action
Response
Dto
Link copied to clipboard
constructor
(
hasFoundNewPlanet
:
Boolean
,
planet
:
PlanetDto
?
,
experience
:
Int
)
Properties
experience
Link copied to clipboard
val
experience
:
Int
has
Found
New
Planet
Link copied to clipboard
val
hasFoundNewPlanet
:
Boolean
planet
Link copied to clipboard
val
planet
:
PlanetDto
?
Functions
as
Domain
Model
Link copied to clipboard
fun
DiscoverActionResponseDto
.
asDomainModel
(
planet
:
PlanetRoomEntity
?
)
:
ActionResponse