lostOwnership

open fun lostOwnership(clipboard: Clipboard, contents: Transferable)

Notifies this object that it is no longer the clipboard owner. This method will be called when another application or another object within this application asserts ownership of the clipboard.

Parameters

clipboard

the clipboard that is no longer owned

contents

the contents which this owner had placed on the clipboard

See also