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.usecase
/
GetProperties
Get
Properties
class
GetProperties
(
propertyRepository
:
PropertyRepository
)
Members
Constructors
Get
Properties
Link copied to clipboard
constructor
(
propertyRepository
:
PropertyRepository
)
Functions
execute
Link copied to clipboard
suspend
fun
execute
(
request
:
PropertyRequest
)
:
List
<
Property
>
get
Property
By
Id
Link copied to clipboard
suspend
fun
getPropertyById
(
request
:
PropertyRequest
,
propertyId
:
Int
)
:
Property
?