IviServiceLifecycleListenerBinderInterface

interface IviServiceLifecycleListenerBinderInterface : Observer<Lifecycle.State> , IInterface

Extends Observer as an IBinder interface.

The aidl tool is not used as it enforces the interface to be attached, this prevents it from being re-used for each IVI service interface. The inner classes follow as much as possible the structure of the code generated by the aidl tool.

Types

Link copied to clipboard
abstract class Stub(binderContext: BinderContext) : OneWayBinderInterface.Stub, IviServiceLifecycleListenerBinderInterface

Inherited functions

Link copied to clipboard
abstract fun asBinder(): IBinder
Link copied to clipboard
abstract fun onChanged(p0: Lifecycle.State)

Inheritors

Link copied to clipboard