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