unregisterMappingEntry

abstract fun unregisterMappingEntry(@NonNull mappingEntry: MappingEntry)

Unregisters a mapping entry.

This allows to remove a mapping entry from a drone model's mapping. If the drone model is supported, the entry gets persistently removed from the corresponding mapping on the remote control.

Parameters

mappingEntry

mapping entry to unregister

See also