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