startService

open fun startService(className: String)

Start the service.

Parameters

className

The name of class.

open fun startService(cls: Class<out Any>)

Start the service.

Parameters

cls

The service class.