Languages

Menu
Sites
Language
Clipboard. Remove item

Hi

How can I remove ClipboardItem from Clipboard  (Tizen::Ui::Clipboard)?

I only see methods for copy and retrieving items.

 

Thanks for any help

Boris Tsarev

Responses

1 Replies
Alex Ashirov

Hi,

According to the documentation:

"The system clipboard can contain up to 12 items. If the clipboard is full, and a new item is copied to the clipboard, the oldest is automatically removed."

So, you shouldn’t worry about the clipboard items cleanup, they are removed automatically.