Engine
/
com.drake.engine.utils
/
ServiceUtils
/
startService
start
Service
open fun
startService
(className:
String
)
Content copied to clipboard
Start the service.
Parameters
className
The name of class.
open fun
startService
(cls:
Class
<out
Any
>)
Content copied to clipboard
Start the service.
Parameters
cls
The service class.