Package-level declarations

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

Mirrors a MirrorableMap.

Link copied to clipboard