ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.api.app
/
IExpoFpPlanPresenter
/
search
search
abstract
suspend
fun
search
(
text
:
String
)
:
ExpoFpResult
<
List
<
ExpoFpSearchModel
>
>
Text search (suspend version).
@
MainThread
abstract
fun
search
(
text
:
String
,
completion
:
(
ExpoFpResult
<
List
<
ExpoFpSearchModel
>
>
)
->
Unit
)
Text search (callback version).