toggle menu
StudyPlanet
androidJvm
switch theme
search in API
StudyPlanet
/
com.qwict.studyplanetandroid.domain.model
/
ActionResponse
Action
Response
data
class
ActionResponse
(
val
hasFoundNewPlanet
:
Boolean
,
val
planet
:
Planet
?
,
val
gainedExperience
:
Int
)
Members
Constructors
Action
Response
Link copied to clipboard
constructor
(
hasFoundNewPlanet
:
Boolean
,
planet
:
Planet
?
,
gainedExperience
:
Int
)
Properties
gained
Experience
Link copied to clipboard
val
gainedExperience
:
Int
has
Found
New
Planet
Link copied to clipboard
val
hasFoundNewPlanet
:
Boolean
planet
Link copied to clipboard
val
planet
:
Planet
?