Package com.tomtom.ivi.platform.framework.api.ipc.iviservice.internal.mirrormap

Internal API of TomTom Digital Cockpit's IPC framework specific to mirroring Map modifications.

Note: The API provided by this package is not guaranteed to be backward compatible. Do not import anything from this package.

Types

Link copied to clipboard
class MirrorableMapListenerForwarder<K, V>(iviInstanceIdProvider: IviInstanceIdProvider, listenersProvider: () -> List<MirrorableMapListener<K, V>>) : MirrorableMapListener<K, V>

Forwards MirrorableMapListener callbacks to each listener provided the listenersProvider.

Link copied to clipboard
class MirroredMap<K, V> : Map<K, V>

Mirrors a MirrorableMap.

Link copied to clipboard
class MirroredMapMutableLiveData<K, V> : MutableLiveData<MirroredMap<K, V>>
Link copied to clipboard
interface MirroredMapObserver

Observes a MirroredMap