IviSettingsServiceBase

abstract class IviSettingsServiceBase<P : Any, PO : IviServicePropertiesObserver> @IviInternal constructor(iviServiceHostContext: IviServiceHostContext) : IviServiceBase<P, PO>

Base class for generated IVI settings services.

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Inherited properties

Functions

Link copied to clipboard
open override fun onCreate()

Inherited functions

Link copied to clipboard
abstract fun appendStatusInfo(stringBuilder: StringBuilder)
Link copied to clipboard
Link copied to clipboard
override fun getLifecycle(): Lifecycle
Link copied to clipboard
abstract fun initializePropertyObserver(propertiesObserver: PO)
Link copied to clipboard
open fun onDestroy()