toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.data.entity
Package-level
declarations
Types
Types
Remote
Config
Privacy
Policy
Entity
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
RemoteConfigPrivacyPolicyEntity
(
@
Json
(
name
=
"version_android"
)
val
version
:
String
,
@
Json
(
name
=
"url_android"
)
val
url
:
String
)
Remote
Config
Version
Entity
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
RemoteConfigVersionEntity
(
@
Json
(
name
=
"version_android"
)
val
versionAndroid
:
String
,
@
Json
(
name
=
"url_store_android"
)
val
urlStoreAndroid
:
String
)