Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
service
/
com.michaelflisar.toolbox.service
/
ForegroundServiceUtil
/
start
start
inline
fun
<
T
:
Service
>
start
(
context
:
Context
,
action
:
String
=
ServiceConstants.ACTION_START_SERVICE
,
block
:
Intent
.
(
)
->
Unit
)