AndroidServiceConfig

constructor(androidServiceName: String)

Parameters

androidServiceName

The name of the Service subclass that implements the service. This should be a fully qualified class name.

This value needs to match the android:name attribute of the corresponding Android manifest service element. See service-element for details.