Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui-components
/
com.mapsted.ui_components.domain.model
/
PropertyRequest
Property
Request
class
PropertyRequest
(
val
coreApi
:
CoreApi
,
val
enableFilter
:
Boolean
,
val
userCountryCode
:
String
?
=
""
)
Members
Constructors
Property
Request
Link copied to clipboard
constructor
(
coreApi
:
CoreApi
,
enableFilter
:
Boolean
,
userCountryCode
:
String
?
=
""
)
Properties
core
Api
Link copied to clipboard
val
coreApi
:
CoreApi
enable
Filter
Link copied to clipboard
val
enableFilter
:
Boolean
user
Country
Code
Link copied to clipboard
val
userCountryCode
:
String
?