ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.api.app
/
IExpoFpPlanPresenter
/
boothsList
booths
List
abstract
suspend
fun
boothsList
(
)
:
ExpoFpResult
<
List
<
ExpoFpBooth
>
>
Request plan booths (suspend version).
@
MainThread
abstract
fun
boothsList
(
completion
:
(
ExpoFpResult
<
List
<
ExpoFpBooth
>
>
)
->
Unit
)
Request plan booths (callback version).