unmount

open fun unmount(item: MountItem)


open fun unmount(index: Int, mountItem: MountItem)

Unmounts the given MountItem with unique index.

Parameters

index

index of the MountItem. Guaranteed to be the same index as was passed for the corresponding mount(index, mountItem) call.

mountItem

item to be unmounted from the host.